#bdfbe2
a pale, electric green · cool · closest name: beige
RGB
189, 251, 226
HSL
156°, 89%, 86%
CMYK
25, 0, 10, 2
Luminance
0.8530
Every format
| HEX | #bdfbe2 |
| RGB | rgb(189, 251, 226) |
| HSL | hsl(156, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 10%, 2%) |
| LAB | lab(94.0 -24.4 5.7) |
| LCH | lch(94.0 25.0 166.8) |
| OKLCH | oklch(0.940 0.071 168.1) |
Copy-ready code
/* CSS */
color: #bdfbe2;
background-color: #bdfbe2;
/* Tailwind (arbitrary) */
class="text-[#bdfbe2] bg-[#bdfbe2]"
/* SCSS */
$brand: #bdfbe2;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#bdfbe2")Accessibility — WCAG contrast
Aa
#bdfbe2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbe2 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue88.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#bdfbe2 text on a black background
contrast 18.06:1
Card sample
#bdfbe2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbe2;
Background color
Panel with #bdfbe2 background
background-color: #bdfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbe2; background: linear-gradient(135deg, #bdfbe2, #BDEBFB);