#8feaf1
a light, electric cyan · cool · closest name: skyblue
RGB
143, 234, 241
HSL
184°, 78%, 75%
CMYK
41, 3, 0, 6
Luminance
0.7104
Every format
| HEX | #8feaf1 |
| RGB | rgb(143, 234, 241) |
| HSL | hsl(184, 78%, 75%) |
| CMYK | cmyk(41%, 3%, 0%, 6%) |
| LAB | lab(87.5 -25.4 -11.9) |
| LCH | lch(87.5 28.1 205.2) |
| OKLCH | oklch(0.883 0.088 202.0) |
Copy-ready code
/* CSS */
color: #8feaf1;
background-color: #8feaf1;
/* Tailwind (arbitrary) */
class="text-[#8feaf1] bg-[#8feaf1]"
/* SCSS */
$brand: #8feaf1;
/* SwiftUI */
Color(red: 0.561, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#8feaf1")Accessibility — WCAG contrast
Aa
#8feaf1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feaf1 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.8%
Blue94.5%
CMYK percentages
Cyan40.7%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#8feaf1 text on a black background
contrast 15.21:1
Card sample
#8feaf1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feaf1;
Background color
Panel with #8feaf1 background
background-color: #8feaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feaf1; background: linear-gradient(135deg, #8feaf1, #8FA9F1);