#b8f3cd
a light, vivid green · cool · closest name: aquamarine
RGB
184, 243, 205
HSL
141°, 71%, 84%
CMYK
24, 0, 16, 5
Luminance
0.7870
Every format
| HEX | #b8f3cd |
| RGB | rgb(184, 243, 205) |
| HSL | hsl(141, 71%, 84%) |
| CMYK | cmyk(24%, 0%, 16%, 5%) |
| LAB | lab(91.1 -26.1 12.3) |
| LCH | lch(91.1 28.8 154.7) |
| OKLCH | oklch(0.914 0.079 156.2) |
Copy-ready code
/* CSS */
color: #b8f3cd;
background-color: #b8f3cd;
/* Tailwind (arbitrary) */
class="text-[#b8f3cd] bg-[#b8f3cd]"
/* SCSS */
$brand: #b8f3cd;
/* SwiftUI */
Color(red: 0.722, green: 0.953, blue: 0.804)
/* Android */
Color.parseColor("#b8f3cd")Accessibility — WCAG contrast
Aa
#b8f3cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f3cd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.3%
Blue80.4%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow15.6%
Key (black)4.7%
Color previews
#b8f3cd text on a black background
contrast 16.74:1
Card sample
#b8f3cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f3cd;
Background color
Panel with #b8f3cd background
background-color: #b8f3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 243, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 243, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f3cd; background: linear-gradient(135deg, #b8f3cd, #B8F2F3);