#b8fbdf
a pale, electric green · cool · closest name: aquamarine
RGB
184, 251, 223
HSL
155°, 89%, 85%
CMYK
27, 0, 11, 2
Luminance
0.8451
Every format
| HEX | #b8fbdf |
| RGB | rgb(184, 251, 223) |
| HSL | hsl(155, 89%, 85%) |
| CMYK | cmyk(27%, 0%, 11%, 2%) |
| LAB | lab(93.7 -26.4 6.7) |
| LCH | lch(93.7 27.3 165.7) |
| OKLCH | oklch(0.936 0.077 167.0) |
Copy-ready code
/* CSS */
color: #b8fbdf;
background-color: #b8fbdf;
/* Tailwind (arbitrary) */
class="text-[#b8fbdf] bg-[#b8fbdf]"
/* SCSS */
$brand: #b8fbdf;
/* SwiftUI */
Color(red: 0.722, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#b8fbdf")Accessibility — WCAG contrast
Aa
#b8fbdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fbdf on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#b8fbdf text on a black background
contrast 17.90:1
Card sample
#b8fbdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fbdf;
Background color
Panel with #b8fbdf background
background-color: #b8fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fbdf; background: linear-gradient(135deg, #b8fbdf, #B8EAFB);