#b9f5df
a light, electric green · cool · closest name: beige
RGB
185, 245, 223
HSL
158°, 75%, 84%
CMYK
25, 0, 9, 4
Luminance
0.8095
Every format
| HEX | #b9f5df |
| RGB | rgb(185, 245, 223) |
| HSL | hsl(158, 75%, 84%) |
| CMYK | cmyk(25%, 0%, 9%, 4%) |
| LAB | lab(92.1 -23.3 4.5) |
| LCH | lch(92.1 23.7 169.1) |
| OKLCH | oklch(0.923 0.068 170.2) |
Copy-ready code
/* CSS */
color: #b9f5df;
background-color: #b9f5df;
/* Tailwind (arbitrary) */
class="text-[#b9f5df] bg-[#b9f5df]"
/* SCSS */
$brand: #b9f5df;
/* SwiftUI */
Color(red: 0.725, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#b9f5df")Accessibility — WCAG contrast
Aa
#b9f5df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f5df on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green96.1%
Blue87.5%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#b9f5df text on a black background
contrast 17.19:1
Card sample
#b9f5df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f5df;
Background color
Panel with #b9f5df background
background-color: #b9f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f5df; background: linear-gradient(135deg, #b9f5df, #B9E3F5);