#8affdf
a light, electric cyan · cool · closest name: aquamarine
RGB
138, 255, 223
HSL
164°, 100%, 77%
CMYK
46, 0, 13, 0
Luminance
0.8225
Every format
| HEX | #8affdf |
| RGB | rgb(138, 255, 223) |
| HSL | hsl(164, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 13%, 0%) |
| LAB | lab(92.7 -40.6 5.0) |
| LCH | lch(92.7 40.9 172.9) |
| OKLCH | oklch(0.922 0.117 173.8) |
Copy-ready code
/* CSS */
color: #8affdf;
background-color: #8affdf;
/* Tailwind (arbitrary) */
class="text-[#8affdf] bg-[#8affdf]"
/* SCSS */
$brand: #8affdf;
/* SwiftUI */
Color(red: 0.541, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#8affdf")Accessibility — WCAG contrast
Aa
#8affdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8affdf on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#8affdf text on a black background
contrast 17.45:1
Card sample
#8affdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8affdf;
Background color
Panel with #8affdf background
background-color: #8affdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8affdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8affdf; background: linear-gradient(135deg, #8affdf, #8AD1FF);