#bdf3eb
a light, vivid cyan · cool · closest name: ivory
RGB
189, 243, 235
HSL
171°, 69%, 85%
CMYK
22, 0, 3, 5
Luminance
0.8092
Every format
| HEX | #bdf3eb |
| RGB | rgb(189, 243, 235) |
| HSL | hsl(171, 69%, 85%) |
| CMYK | cmyk(22%, 0%, 3%, 5%) |
| LAB | lab(92.1 -18.7 -1.8) |
| LCH | lch(92.1 18.8 185.4) |
| OKLCH | oklch(0.925 0.056 185.1) |
Copy-ready code
/* CSS */
color: #bdf3eb;
background-color: #bdf3eb;
/* Tailwind (arbitrary) */
class="text-[#bdf3eb] bg-[#bdf3eb]"
/* SCSS */
$brand: #bdf3eb;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#bdf3eb")Accessibility — WCAG contrast
Aa
#bdf3eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf3eb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue92.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#bdf3eb text on a black background
contrast 17.18:1
Card sample
#bdf3eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf3eb;
Background color
Panel with #bdf3eb background
background-color: #bdf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf3eb; background: linear-gradient(135deg, #bdf3eb, #BDD7F3);