#b8fdbb
a pale, electric green · cool · closest name: aquamarine
RGB
184, 253, 187
HSL
123°, 95%, 86%
CMYK
27, 0, 26, 1
Luminance
0.8403
Every format
| HEX | #b8fdbb |
| RGB | rgb(184, 253, 187) |
| HSL | hsl(123, 95%, 86%) |
| CMYK | cmyk(27%, 0%, 26%, 1%) |
| LAB | lab(93.5 -33.9 24.9) |
| LCH | lch(93.5 42.0 143.7) |
| OKLCH | oklch(0.932 0.112 145.7) |
Copy-ready code
/* CSS */
color: #b8fdbb;
background-color: #b8fdbb;
/* Tailwind (arbitrary) */
class="text-[#b8fdbb] bg-[#b8fdbb]"
/* SCSS */
$brand: #b8fdbb;
/* SwiftUI */
Color(red: 0.722, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#b8fdbb")Accessibility — WCAG contrast
Aa
#b8fdbb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fdbb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green99.2%
Blue73.3%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#b8fdbb text on a black background
contrast 17.81:1
Card sample
#b8fdbb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fdbb;
Background color
Panel with #b8fdbb background
background-color: #b8fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fdbb; background: linear-gradient(135deg, #b8fdbb, #B8FDE9);