#8feacf
a light, vivid cyan · cool · closest name: aquamarine
RGB
143, 234, 207
HSL
162°, 68%, 74%
CMYK
39, 0, 12, 8
Luminance
0.6919
Every format
| HEX | #8feacf |
| RGB | rgb(143, 234, 207) |
| HSL | hsl(162, 68%, 74%) |
| CMYK | cmyk(39%, 0%, 12%, 8%) |
| LAB | lab(86.6 -33.3 4.6) |
| LCH | lch(86.6 33.6 172.2) |
| OKLCH | oklch(0.872 0.096 173.0) |
Copy-ready code
/* CSS */
color: #8feacf;
background-color: #8feacf;
/* Tailwind (arbitrary) */
class="text-[#8feacf] bg-[#8feacf]"
/* SCSS */
$brand: #8feacf;
/* SwiftUI */
Color(red: 0.561, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#8feacf")Accessibility — WCAG contrast
Aa
#8feacf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feacf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.8%
Blue81.2%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#8feacf text on a black background
contrast 14.84:1
Card sample
#8feacf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feacf;
Background color
Panel with #8feacf background
background-color: #8feacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feacf; background: linear-gradient(135deg, #8feacf, #8FC8EA);