#b8f4cf
a light, vivid green · cool · closest name: aquamarine
RGB
184, 244, 207
HSL
143°, 73%, 84%
CMYK
25, 0, 15, 4
Luminance
0.7940
Every format
| HEX | #b8f4cf |
| RGB | rgb(184, 244, 207) |
| HSL | hsl(143, 73%, 84%) |
| CMYK | cmyk(25%, 0%, 15%, 4%) |
| LAB | lab(91.4 -26.2 11.8) |
| LCH | lch(91.4 28.7 155.8) |
| OKLCH | oklch(0.916 0.079 157.4) |
Copy-ready code
/* CSS */
color: #b8f4cf;
background-color: #b8f4cf;
/* Tailwind (arbitrary) */
class="text-[#b8f4cf] bg-[#b8f4cf]"
/* SCSS */
$brand: #b8f4cf;
/* SwiftUI */
Color(red: 0.722, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#b8f4cf")Accessibility — WCAG contrast
Aa
#b8f4cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f4cf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.7%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#b8f4cf text on a black background
contrast 16.88:1
Card sample
#b8f4cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f4cf;
Background color
Panel with #b8f4cf background
background-color: #b8f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f4cf; background: linear-gradient(135deg, #b8f4cf, #B8F1F4);