#b8fdce
a pale, electric green · cool · closest name: aquamarine
RGB
184, 253, 206
HSL
139°, 95%, 86%
CMYK
27, 0, 19, 1
Luminance
0.8490
Every format
| HEX | #b8fdce |
| RGB | rgb(184, 253, 206) |
| HSL | hsl(139, 95%, 86%) |
| CMYK | cmyk(27%, 0%, 19%, 1%) |
| LAB | lab(93.8 -30.6 15.7) |
| LCH | lch(93.8 34.4 152.8) |
| OKLCH | oklch(0.936 0.094 154.5) |
Copy-ready code
/* CSS */
color: #b8fdce;
background-color: #b8fdce;
/* Tailwind (arbitrary) */
class="text-[#b8fdce] bg-[#b8fdce]"
/* SCSS */
$brand: #b8fdce;
/* SwiftUI */
Color(red: 0.722, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#b8fdce")Accessibility — WCAG contrast
Aa
#b8fdce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fdce on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#b8fdce text on a black background
contrast 17.98:1
Card sample
#b8fdce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fdce;
Background color
Panel with #b8fdce background
background-color: #b8fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fdce; background: linear-gradient(135deg, #b8fdce, #B8FDFC);