#bdf7df
a pale, electric green · cool · closest name: beige
RGB
189, 247, 223
HSL
155°, 78%, 86%
CMYK
24, 0, 10, 3
Luminance
0.8267
Every format
| HEX | #bdf7df |
| RGB | rgb(189, 247, 223) |
| HSL | hsl(155, 78%, 86%) |
| CMYK | cmyk(24%, 0%, 10%, 3%) |
| LAB | lab(92.9 -23.0 5.6) |
| LCH | lch(92.9 23.7 166.3) |
| OKLCH | oklch(0.930 0.067 167.6) |
Copy-ready code
/* CSS */
color: #bdf7df;
background-color: #bdf7df;
/* Tailwind (arbitrary) */
class="text-[#bdf7df] bg-[#bdf7df]"
/* SCSS */
$brand: #bdf7df;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#bdf7df")Accessibility — WCAG contrast
Aa
#bdf7df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7df on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue87.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#bdf7df text on a black background
contrast 17.53:1
Card sample
#bdf7df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7df;
Background color
Panel with #bdf7df background
background-color: #bdf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7df; background: linear-gradient(135deg, #bdf7df, #BDE8F7);