#8fe2ec
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 226, 236
HSL
187°, 71%, 74%
CMYK
39, 4, 0, 8
Luminance
0.6629
Every format
| HEX | #8fe2ec |
| RGB | rgb(143, 226, 236) |
| HSL | hsl(187, 71%, 74%) |
| CMYK | cmyk(39%, 4%, 0%, 8%) |
| LAB | lab(85.1 -22.7 -12.8) |
| LCH | lch(85.1 26.1 209.5) |
| OKLCH | oklch(0.863 0.082 205.5) |
Copy-ready code
/* CSS */
color: #8fe2ec;
background-color: #8fe2ec;
/* Tailwind (arbitrary) */
class="text-[#8fe2ec] bg-[#8fe2ec]"
/* SCSS */
$brand: #8fe2ec;
/* SwiftUI */
Color(red: 0.561, green: 0.886, blue: 0.925)
/* Android */
Color.parseColor("#8fe2ec")Accessibility — WCAG contrast
Aa
#8fe2ec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe2ec on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green88.6%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta4.2%
Yellow0.0%
Key (black)7.5%
Color previews
#8fe2ec text on a black background
contrast 14.26:1
Card sample
#8fe2ec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe2ec;
Background color
Panel with #8fe2ec background
background-color: #8fe2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 226, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 226, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe2ec; background: linear-gradient(135deg, #8fe2ec, #8FA4EC);