#bdf2eb
a light, vivid cyan · cool · closest name: ivory
RGB
189, 242, 235
HSL
172°, 67%, 85%
CMYK
22, 0, 3, 5
Luminance
0.8032
Every format
| HEX | #bdf2eb |
| RGB | rgb(189, 242, 235) |
| HSL | hsl(172, 67%, 85%) |
| CMYK | cmyk(22%, 0%, 3%, 5%) |
| LAB | lab(91.8 -18.2 -2.1) |
| LCH | lch(91.8 18.3 186.7) |
| OKLCH | oklch(0.923 0.055 186.3) |
Copy-ready code
/* CSS */
color: #bdf2eb;
background-color: #bdf2eb;
/* Tailwind (arbitrary) */
class="text-[#bdf2eb] bg-[#bdf2eb]"
/* SCSS */
$brand: #bdf2eb;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#bdf2eb")Accessibility — WCAG contrast
Aa
#bdf2eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2eb on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue92.2%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#bdf2eb text on a black background
contrast 17.06:1
Card sample
#bdf2eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2eb;
Background color
Panel with #bdf2eb background
background-color: #bdf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2eb; background: linear-gradient(135deg, #bdf2eb, #BDD6F2);