#8fffea
a light, electric cyan · cool · closest name: aquamarine
RGB
143, 255, 234
HSL
169°, 100%, 78%
CMYK
44, 0, 8, 0
Luminance
0.8330
Every format
| HEX | #8fffea |
| RGB | rgb(143, 255, 234) |
| HSL | hsl(169, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 8%, 0%) |
| LAB | lab(93.1 -37.0 0.0) |
| LCH | lch(93.1 37.0 179.9) |
| OKLCH | oklch(0.927 0.108 180.3) |
Copy-ready code
/* CSS */
color: #8fffea;
background-color: #8fffea;
/* Tailwind (arbitrary) */
class="text-[#8fffea] bg-[#8fffea]"
/* SCSS */
$brand: #8fffea;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.918)
/* Android */
Color.parseColor("#8fffea")Accessibility — WCAG contrast
Aa
#8fffea on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fffea on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue91.8%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow8.2%
Key (black)0.0%
Color previews
#8fffea text on a black background
contrast 17.66:1
Card sample
#8fffea text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fffea;
Background color
Panel with #8fffea background
background-color: #8fffea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fffea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fffea; background: linear-gradient(135deg, #8fffea, #8FC9FF);