#49FFF8
A light, vivid cyan closely aligning with Aqua.
About #49FFF8
At its core, #49FFF8 is a light and vivid hue. Designers often compare it to the standard color Aqua. In the RGB color space, it consists of 73 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. With a hue angle of 177.7 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49FFF8
RGB73, 255, 248
HSL177.7°, 100.0%, 64.3%
CMYK71%, 0%, 3%, 0%
HSV177.7°, 71.4%, 100.0%
LAB91.6, -45.8, -9.8
XYZ55.5, 79.7, 101.3
Decimal4849656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.94:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFF8;
}
.text-color {
color: #49FFF8;
}
.border-color {
border: 2px solid #49FFF8;
}