#bdfae5
a pale, electric green · cool · closest name: beige
RGB
189, 250, 229
HSL
159°, 86%, 86%
CMYK
24, 0, 8, 2
Luminance
0.8485
Every format
| HEX | #bdfae5 |
| RGB | rgb(189, 250, 229) |
| HSL | hsl(159, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 8%, 2%) |
| LAB | lab(93.8 -23.3 3.9) |
| LCH | lch(93.8 23.6 170.6) |
| OKLCH | oklch(0.938 0.068 171.6) |
Copy-ready code
/* CSS */
color: #bdfae5;
background-color: #bdfae5;
/* Tailwind (arbitrary) */
class="text-[#bdfae5] bg-[#bdfae5]"
/* SCSS */
$brand: #bdfae5;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.898)
/* Android */
Color.parseColor("#bdfae5")Accessibility — WCAG contrast
Aa
#bdfae5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfae5 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue89.8%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow8.4%
Key (black)2.0%
Color previews
#bdfae5 text on a black background
contrast 17.97:1
Card sample
#bdfae5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfae5;
Background color
Panel with #bdfae5 background
background-color: #bdfae5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfae5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfae5; background: linear-gradient(135deg, #bdfae5, #BDE6FA);