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