#bdfbee
a pale, electric cyan · cool · closest name: ivory
RGB
189, 251, 238
HSL
167°, 89%, 86%
CMYK
25, 0, 5, 2
Luminance
0.8599
Every format
| HEX | #bdfbee |
| RGB | rgb(189, 251, 238) |
| HSL | hsl(167, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 5%, 2%) |
| LAB | lab(94.3 -22.0 -0.1) |
| LCH | lch(94.3 22.0 180.2) |
| OKLCH | oklch(0.943 0.065 180.5) |
Copy-ready code
/* CSS */
color: #bdfbee;
background-color: #bdfbee;
/* Tailwind (arbitrary) */
class="text-[#bdfbee] bg-[#bdfbee]"
/* SCSS */
$brand: #bdfbee;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#bdfbee")Accessibility — WCAG contrast
Aa
#bdfbee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbee on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue93.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#bdfbee text on a black background
contrast 18.20:1
Card sample
#bdfbee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbee;
Background color
Panel with #bdfbee background
background-color: #bdfbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbee; background: linear-gradient(135deg, #bdfbee, #BDDFFB);