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