#bdf9df
a pale, electric green · cool · closest name: beige
RGB
189, 249, 223
HSL
154°, 83%, 86%
CMYK
24, 0, 10, 2
Luminance
0.8390
Every format
| HEX | #bdf9df |
| RGB | rgb(189, 249, 223) |
| HSL | hsl(154, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 10%, 2%) |
| LAB | lab(93.4 -24.0 6.4) |
| LCH | lch(93.4 24.8 165.1) |
| OKLCH | oklch(0.934 0.070 166.4) |
Copy-ready code
/* CSS */
color: #bdf9df;
background-color: #bdf9df;
/* Tailwind (arbitrary) */
class="text-[#bdf9df] bg-[#bdf9df]"
/* SCSS */
$brand: #bdf9df;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#bdf9df")Accessibility — WCAG contrast
Aa
#bdf9df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9df on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue87.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#bdf9df text on a black background
contrast 17.78:1
Card sample
#bdf9df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9df;
Background color
Panel with #bdf9df background
background-color: #bdf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9df; background: linear-gradient(135deg, #bdf9df, #BDEBF9);