#bddeee
a light, vivid cyan · cool · closest name: lavender
RGB
189, 222, 238
HSL
200°, 59%, 84%
CMYK
21, 7, 0, 7
Luminance
0.6923
Every format
| HEX | #bddeee |
| RGB | rgb(189, 222, 238) |
| HSL | hsl(200, 59%, 84%) |
| CMYK | cmyk(21%, 7%, 0%, 7%) |
| LAB | lab(86.6 -7.5 -11.4) |
| LCH | lch(86.6 13.6 236.9) |
| OKLCH | oklch(0.882 0.041 228.7) |
Copy-ready code
/* CSS */
color: #bddeee;
background-color: #bddeee;
/* Tailwind (arbitrary) */
class="text-[#bddeee] bg-[#bddeee]"
/* SCSS */
$brand: #bddeee;
/* SwiftUI */
Color(red: 0.741, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#bddeee")Accessibility — WCAG contrast
Aa
#bddeee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddeee on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.1%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bddeee text on a black background
contrast 14.85:1
Card sample
#bddeee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddeee;
Background color
Panel with #bddeee background
background-color: #bddeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddeee; background: linear-gradient(135deg, #bddeee, #BDBDEE);