#bdf4e4
a light, vivid cyan · cool · closest name: beige
RGB
189, 244, 228
HSL
163°, 71%, 85%
CMYK
23, 0, 7, 4
Luminance
0.8112
Every format
| HEX | #bdf4e4 |
| RGB | rgb(189, 244, 228) |
| HSL | hsl(163, 71%, 85%) |
| CMYK | cmyk(23%, 0%, 7%, 4%) |
| LAB | lab(92.2 -20.6 2.0) |
| LCH | lch(92.2 20.7 174.4) |
| OKLCH | oklch(0.925 0.060 175.2) |
Copy-ready code
/* CSS */
color: #bdf4e4;
background-color: #bdf4e4;
/* Tailwind (arbitrary) */
class="text-[#bdf4e4] bg-[#bdf4e4]"
/* SCSS */
$brand: #bdf4e4;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.894)
/* Android */
Color.parseColor("#bdf4e4")Accessibility — WCAG contrast
Aa
#bdf4e4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4e4 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue89.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow6.6%
Key (black)4.3%
Color previews
#bdf4e4 text on a black background
contrast 17.22:1
Card sample
#bdf4e4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4e4;
Background color
Panel with #bdf4e4 background
background-color: #bdf4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4e4; background: linear-gradient(135deg, #bdf4e4, #BDDFF4);