#8feef5
a light, electric cyan · cool · closest name: skyblue
RGB
143, 238, 245
HSL
184°, 84%, 76%
CMYK
42, 3, 0, 4
Luminance
0.7358
Every format
| HEX | #8feef5 |
| RGB | rgb(143, 238, 245) |
| HSL | hsl(184, 84%, 76%) |
| CMYK | cmyk(42%, 3%, 0%, 4%) |
| LAB | lab(88.7 -26.4 -12.2) |
| LCH | lch(88.7 29.1 204.8) |
| OKLCH | oklch(0.893 0.091 201.7) |
Copy-ready code
/* CSS */
color: #8feef5;
background-color: #8feef5;
/* Tailwind (arbitrary) */
class="text-[#8feef5] bg-[#8feef5]"
/* SCSS */
$brand: #8feef5;
/* SwiftUI */
Color(red: 0.561, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#8feef5")Accessibility — WCAG contrast
Aa
#8feef5 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feef5 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.3%
Blue96.1%
CMYK percentages
Cyan41.6%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#8feef5 text on a black background
contrast 15.72:1
Card sample
#8feef5 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feef5;
Background color
Panel with #8feef5 background
background-color: #8feef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feef5; background: linear-gradient(135deg, #8feef5, #8FAAF5);