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