#8eefff
a light, electric cyan · cool · closest name: skyblue
RGB
142, 239, 255
HSL
189°, 100%, 78%
CMYK
44, 6, 0, 0
Luminance
0.7470
Every format
| HEX | #8eefff |
| RGB | rgb(142, 239, 255) |
| HSL | hsl(189, 100%, 78%) |
| CMYK | cmyk(44%, 6%, 0%, 0%) |
| LAB | lab(89.3 -24.6 -16.6) |
| LCH | lch(89.3 29.7 214.1) |
| OKLCH | oklch(0.898 0.094 209.1) |
Copy-ready code
/* CSS */
color: #8eefff;
background-color: #8eefff;
/* Tailwind (arbitrary) */
class="text-[#8eefff] bg-[#8eefff]"
/* SCSS */
$brand: #8eefff;
/* SwiftUI */
Color(red: 0.557, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#8eefff")Accessibility — WCAG contrast
Aa
#8eefff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eefff on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.7%
Blue100.0%
CMYK percentages
Cyan44.3%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8eefff text on a black background
contrast 15.94:1
Card sample
#8eefff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eefff;
Background color
Panel with #8eefff background
background-color: #8eefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eefff; background: linear-gradient(135deg, #8eefff, #8EA3FF);