#8affcf
a light, electric green · cool · closest name: aquamarine
RGB
138, 255, 207
HSL
155°, 100%, 77%
CMYK
46, 0, 19, 0
Luminance
0.8143
Every format
| HEX | #8affcf |
| RGB | rgb(138, 255, 207) |
| HSL | hsl(155, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 19%, 0%) |
| LAB | lab(92.3 -44.0 12.8) |
| LCH | lch(92.3 45.8 163.8) |
| OKLCH | oklch(0.918 0.127 165.1) |
Copy-ready code
/* CSS */
color: #8affcf;
background-color: #8affcf;
/* Tailwind (arbitrary) */
class="text-[#8affcf] bg-[#8affcf]"
/* SCSS */
$brand: #8affcf;
/* SwiftUI */
Color(red: 0.541, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#8affcf")Accessibility — WCAG contrast
Aa
#8affcf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8affcf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green100.0%
Blue81.2%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#8affcf text on a black background
contrast 17.29:1
Card sample
#8affcf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8affcf;
Background color
Panel with #8affcf background
background-color: #8affcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8affcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8affcf; background: linear-gradient(135deg, #8affcf, #8AE1FF);