#bdf6d6
a pale, electric green · cool · closest name: beige
RGB
189, 246, 214
HSL
146°, 76%, 85%
CMYK
23, 0, 13, 4
Luminance
0.8159
Every format
| HEX | #bdf6d6 |
| RGB | rgb(189, 246, 214) |
| HSL | hsl(146, 76%, 85%) |
| CMYK | cmyk(23%, 0%, 13%, 4%) |
| LAB | lab(92.4 -24.3 9.6) |
| LCH | lch(92.4 26.1 158.5) |
| OKLCH | oklch(0.926 0.072 160.0) |
Copy-ready code
/* CSS */
color: #bdf6d6;
background-color: #bdf6d6;
/* Tailwind (arbitrary) */
class="text-[#bdf6d6] bg-[#bdf6d6]"
/* SCSS */
$brand: #bdf6d6;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.839)
/* Android */
Color.parseColor("#bdf6d6")Accessibility — WCAG contrast
Aa
#bdf6d6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6d6 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue83.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow13.0%
Key (black)3.5%
Color previews
#bdf6d6 text on a black background
contrast 17.32:1
Card sample
#bdf6d6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6d6;
Background color
Panel with #bdf6d6 background
background-color: #bdf6d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6d6; background: linear-gradient(135deg, #bdf6d6, #BDF0F6);