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