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