#b9f8df
a light, electric green · cool · closest name: aquamarine
RGB
185, 248, 223
HSL
156°, 82%, 85%
CMYK
25, 0, 10, 3
Luminance
0.8278
Every format
| HEX | #b9f8df |
| RGB | rgb(185, 248, 223) |
| HSL | hsl(156, 82%, 85%) |
| CMYK | cmyk(25%, 0%, 10%, 3%) |
| LAB | lab(92.9 -24.7 5.6) |
| LCH | lch(92.9 25.4 167.1) |
| OKLCH | oklch(0.930 0.072 168.4) |
Copy-ready code
/* CSS */
color: #b9f8df;
background-color: #b9f8df;
/* Tailwind (arbitrary) */
class="text-[#b9f8df] bg-[#b9f8df]"
/* SCSS */
$brand: #b9f8df;
/* SwiftUI */
Color(red: 0.725, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#b9f8df")Accessibility — WCAG contrast
Aa
#b9f8df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f8df on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green97.3%
Blue87.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#b9f8df text on a black background
contrast 17.56:1
Card sample
#b9f8df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f8df;
Background color
Panel with #b9f8df background
background-color: #b9f8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f8df; background: linear-gradient(135deg, #b9f8df, #B9E7F8);