#8efaff
a light, electric cyan · cool · closest name: cyan
RGB
142, 250, 255
HSL
183°, 100%, 78%
CMYK
44, 2, 0, 0
Luminance
0.8134
Every format
| HEX | #8efaff |
| RGB | rgb(142, 250, 255) |
| HSL | hsl(183, 100%, 78%) |
| CMYK | cmyk(44%, 2%, 0%, 0%) |
| LAB | lab(92.3 -29.9 -12.1) |
| LCH | lch(92.3 32.3 202.1) |
| OKLCH | oklch(0.922 0.100 199.5) |
Copy-ready code
/* CSS */
color: #8efaff;
background-color: #8efaff;
/* Tailwind (arbitrary) */
class="text-[#8efaff] bg-[#8efaff]"
/* SCSS */
$brand: #8efaff;
/* SwiftUI */
Color(red: 0.557, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#8efaff")Accessibility — WCAG contrast
Aa
#8efaff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8efaff on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green98.0%
Blue100.0%
CMYK percentages
Cyan44.3%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#8efaff text on a black background
contrast 17.27:1
Card sample
#8efaff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8efaff;
Background color
Panel with #8efaff background
background-color: #8efaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8efaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8efaff; background: linear-gradient(135deg, #8efaff, #8EAEFF);