#bdf6ee
a pale, electric cyan · cool · closest name: ivory
RGB
189, 246, 238
HSL
172°, 76%, 85%
CMYK
23, 0, 3, 4
Luminance
0.8290
Every format
| HEX | #bdf6ee |
| RGB | rgb(189, 246, 238) |
| HSL | hsl(172, 76%, 85%) |
| CMYK | cmyk(23%, 0%, 3%, 4%) |
| LAB | lab(93.0 -19.5 -2.0) |
| LCH | lch(93.0 19.6 185.9) |
| OKLCH | oklch(0.932 0.059 185.6) |
Copy-ready code
/* CSS */
color: #bdf6ee;
background-color: #bdf6ee;
/* Tailwind (arbitrary) */
class="text-[#bdf6ee] bg-[#bdf6ee]"
/* SCSS */
$brand: #bdf6ee;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#bdf6ee")Accessibility — WCAG contrast
Aa
#bdf6ee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6ee on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue93.3%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#bdf6ee text on a black background
contrast 17.58:1
Card sample
#bdf6ee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6ee;
Background color
Panel with #bdf6ee background
background-color: #bdf6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6ee; background: linear-gradient(135deg, #bdf6ee, #BDD8F6);