#BDFFF8
A very light, vivid cyan closely aligning with Paleturquoise.
About #BDFFF8
Visually, #BDFFF8 is defined as a vivid cyan. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(189, 255, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 26% C, 0% M, 3% Y, and 0% K. With a hue angle of 173.6 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDFFF8
RGB189, 255, 248
HSL173.6°, 100.0%, 87.1%
CMYK26%, 0%, 3%, 0%
HSV173.6°, 25.9%, 100.0%
LAB95.6, -21.8, -3.3
XYZ73.7, 89.1, 102.1
Decimal12451832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.82:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
16.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFF8;
}
.text-color {
color: #BDFFF8;
}
.border-color {
border: 2px solid #BDFFF8;
}