#bdf1ee
a light, vivid cyan · cool · closest name: white
RGB
189, 241, 238
HSL
177°, 65%, 84%
CMYK
22, 0, 1, 6
Luminance
0.7990
Every format
| HEX | #bdf1ee |
| RGB | rgb(189, 241, 238) |
| HSL | hsl(177, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 1%, 6%) |
| LAB | lab(91.6 -17.1 -4.0) |
| LCH | lch(91.6 17.5 193.1) |
| OKLCH | oklch(0.921 0.053 191.9) |
Copy-ready code
/* CSS */
color: #bdf1ee;
background-color: #bdf1ee;
/* Tailwind (arbitrary) */
class="text-[#bdf1ee] bg-[#bdf1ee]"
/* SCSS */
$brand: #bdf1ee;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.933)
/* Android */
Color.parseColor("#bdf1ee")Accessibility — WCAG contrast
Aa
#bdf1ee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1ee on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue93.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow1.2%
Key (black)5.5%
Color previews
#bdf1ee text on a black background
contrast 16.98:1
Card sample
#bdf1ee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1ee;
Background color
Panel with #bdf1ee background
background-color: #bdf1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1ee; background: linear-gradient(135deg, #bdf1ee, #BDD1F1);