#bdf6e2
a pale, electric green · cool · closest name: beige
RGB
189, 246, 226
HSL
159°, 76%, 85%
CMYK
23, 0, 8, 4
Luminance
0.8222
Every format
| HEX | #bdf6e2 |
| RGB | rgb(189, 246, 226) |
| HSL | hsl(159, 76%, 85%) |
| CMYK | cmyk(23%, 0%, 8%, 4%) |
| LAB | lab(92.7 -21.9 3.8) |
| LCH | lch(92.7 22.3 170.3) |
| OKLCH | oklch(0.929 0.064 171.3) |
Copy-ready code
/* CSS */
color: #bdf6e2;
background-color: #bdf6e2;
/* Tailwind (arbitrary) */
class="text-[#bdf6e2] bg-[#bdf6e2]"
/* SCSS */
$brand: #bdf6e2;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.886)
/* Android */
Color.parseColor("#bdf6e2")Accessibility — WCAG contrast
Aa
#bdf6e2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6e2 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue88.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow8.1%
Key (black)3.5%
Color previews
#bdf6e2 text on a black background
contrast 17.44:1
Card sample
#bdf6e2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6e2;
Background color
Panel with #bdf6e2 background
background-color: #bdf6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6e2; background: linear-gradient(135deg, #bdf6e2, #BDE4F6);