#8bfddf
a light, electric cyan · cool · closest name: aquamarine
RGB
139, 253, 223
HSL
164°, 97%, 77%
CMYK
45, 0, 12, 1
Luminance
0.8107
Every format
| HEX | #8bfddf |
| RGB | rgb(139, 253, 223) |
| HSL | hsl(164, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 12%, 1%) |
| LAB | lab(92.2 -39.5 4.3) |
| LCH | lch(92.2 39.7 173.8) |
| OKLCH | oklch(0.918 0.114 174.6) |
Copy-ready code
/* CSS */
color: #8bfddf;
background-color: #8bfddf;
/* Tailwind (arbitrary) */
class="text-[#8bfddf] bg-[#8bfddf]"
/* SCSS */
$brand: #8bfddf;
/* SwiftUI */
Color(red: 0.545, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#8bfddf")Accessibility — WCAG contrast
Aa
#8bfddf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfddf on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.2%
Blue87.5%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#8bfddf text on a black background
contrast 17.21:1
Card sample
#8bfddf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfddf;
Background color
Panel with #8bfddf background
background-color: #8bfddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfddf; background: linear-gradient(135deg, #8bfddf, #8BCFFD);