#8feade
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 234, 222
HSL
172°, 68%, 74%
CMYK
39, 0, 5, 8
Luminance
0.6996
Every format
| HEX | #8feade |
| RGB | rgb(143, 234, 222) |
| HSL | hsl(172, 68%, 74%) |
| CMYK | cmyk(39%, 0%, 5%, 8%) |
| LAB | lab(87.0 -29.9 -2.7) |
| LCH | lch(87.0 30.1 185.2) |
| OKLCH | oklch(0.877 0.089 185.0) |
Copy-ready code
/* CSS */
color: #8feade;
background-color: #8feade;
/* Tailwind (arbitrary) */
class="text-[#8feade] bg-[#8feade]"
/* SCSS */
$brand: #8feade;
/* SwiftUI */
Color(red: 0.561, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#8feade")Accessibility — WCAG contrast
Aa
#8feade on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feade on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#8feade text on a black background
contrast 14.99:1
Card sample
#8feade text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feade;
Background color
Panel with #8feade background
background-color: #8feade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feade; background: linear-gradient(135deg, #8feade, #8FB9EA);