#b8f9cd
a light, electric green · cool · closest name: aquamarine
RGB
184, 249, 205
HSL
139°, 84%, 85%
CMYK
26, 0, 18, 2
Luminance
0.8235
Every format
| HEX | #b8f9cd |
| RGB | rgb(184, 249, 205) |
| HSL | hsl(139, 84%, 85%) |
| CMYK | cmyk(26%, 0%, 18%, 2%) |
| LAB | lab(92.7 -28.9 14.7) |
| LCH | lch(92.7 32.4 153.1) |
| OKLCH | oklch(0.927 0.088 154.7) |
Copy-ready code
/* CSS */
color: #b8f9cd;
background-color: #b8f9cd;
/* Tailwind (arbitrary) */
class="text-[#b8f9cd] bg-[#b8f9cd]"
/* SCSS */
$brand: #b8f9cd;
/* SwiftUI */
Color(red: 0.722, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#b8f9cd")Accessibility — WCAG contrast
Aa
#b8f9cd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f9cd on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green97.6%
Blue80.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#b8f9cd text on a black background
contrast 17.47:1
Card sample
#b8f9cd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f9cd;
Background color
Panel with #b8f9cd background
background-color: #b8f9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f9cd; background: linear-gradient(135deg, #b8f9cd, #B8F9F8);