#b9fdda
a pale, electric green · cool · closest name: aquamarine
RGB
185, 253, 218
HSL
149°, 94%, 86%
CMYK
27, 0, 14, 1
Luminance
0.8563
Every format
| HEX | #b9fdda |
| RGB | rgb(185, 253, 218) |
| HSL | hsl(149, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 14%, 1%) |
| LAB | lab(94.2 -28.1 10.0) |
| LCH | lch(94.2 29.8 160.4) |
| OKLCH | oklch(0.939 0.083 161.9) |
Copy-ready code
/* CSS */
color: #b9fdda;
background-color: #b9fdda;
/* Tailwind (arbitrary) */
class="text-[#b9fdda] bg-[#b9fdda]"
/* SCSS */
$brand: #b9fdda;
/* SwiftUI */
Color(red: 0.725, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#b9fdda")Accessibility — WCAG contrast
Aa
#b9fdda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fdda on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green99.2%
Blue85.5%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#b9fdda text on a black background
contrast 18.13:1
Card sample
#b9fdda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fdda;
Background color
Panel with #b9fdda background
background-color: #b9fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fdda; background: linear-gradient(135deg, #b9fdda, #B9F3FD);