#8bfcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
139, 252, 223
HSL
165°, 95%, 77%
CMYK
45, 0, 12, 1
Luminance
0.8044
Every format
| HEX | #8bfcdf |
| RGB | rgb(139, 252, 223) |
| HSL | hsl(165, 95%, 77%) |
| CMYK | cmyk(45%, 0%, 12%, 1%) |
| LAB | lab(91.9 -39.0 3.9) |
| LCH | lch(91.9 39.2 174.3) |
| OKLCH | oklch(0.916 0.112 175.1) |
Copy-ready code
/* CSS */
color: #8bfcdf;
background-color: #8bfcdf;
/* Tailwind (arbitrary) */
class="text-[#8bfcdf] bg-[#8bfcdf]"
/* SCSS */
$brand: #8bfcdf;
/* SwiftUI */
Color(red: 0.545, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#8bfcdf")Accessibility — WCAG contrast
Aa
#8bfcdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfcdf on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#8bfcdf text on a black background
contrast 17.09:1
Card sample
#8bfcdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfcdf;
Background color
Panel with #8bfcdf background
background-color: #8bfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfcdf; background: linear-gradient(135deg, #8bfcdf, #8BCEFC);