#b9f8cd
a light, electric green · cool · closest name: aquamarine
RGB
185, 248, 205
HSL
139°, 82%, 85%
CMYK
25, 0, 17, 3
Luminance
0.8186
Every format
| HEX | #b9f8cd |
| RGB | rgb(185, 248, 205) |
| HSL | hsl(139, 82%, 85%) |
| CMYK | cmyk(25%, 0%, 17%, 3%) |
| LAB | lab(92.5 -28.1 14.4) |
| LCH | lch(92.5 31.6 153.0) |
| OKLCH | oklch(0.925 0.086 154.6) |
Copy-ready code
/* CSS */
color: #b9f8cd;
background-color: #b9f8cd;
/* Tailwind (arbitrary) */
class="text-[#b9f8cd] bg-[#b9f8cd]"
/* SCSS */
$brand: #b9f8cd;
/* SwiftUI */
Color(red: 0.725, green: 0.973, blue: 0.804)
/* Android */
Color.parseColor("#b9f8cd")Accessibility — WCAG contrast
Aa
#b9f8cd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f8cd on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green97.3%
Blue80.4%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow17.3%
Key (black)2.7%
Color previews
#b9f8cd text on a black background
contrast 17.37:1
Card sample
#b9f8cd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f8cd;
Background color
Panel with #b9f8cd background
background-color: #b9f8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 248, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 248, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f8cd; background: linear-gradient(135deg, #b9f8cd, #B9F8F7);