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