#8fe2fe
a light, electric cyan · cool · closest name: skyblue
RGB
143, 226, 254
HSL
195°, 98%, 78%
CMYK
44, 11, 0, 0
Luminance
0.6739
Every format
| HEX | #8fe2fe |
| RGB | rgb(143, 226, 254) |
| HSL | hsl(195, 98%, 78%) |
| CMYK | cmyk(44%, 11%, 0%, 0%) |
| LAB | lab(85.7 -18.2 -21.5) |
| LCH | lch(85.7 28.1 229.8) |
| OKLCH | oklch(0.870 0.089 221.5) |
Copy-ready code
/* CSS */
color: #8fe2fe;
background-color: #8fe2fe;
/* Tailwind (arbitrary) */
class="text-[#8fe2fe] bg-[#8fe2fe]"
/* SCSS */
$brand: #8fe2fe;
/* SwiftUI */
Color(red: 0.561, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#8fe2fe")Accessibility — WCAG contrast
Aa
#8fe2fe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe2fe on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green88.6%
Blue99.6%
CMYK percentages
Cyan43.7%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#8fe2fe text on a black background
contrast 14.48:1
Card sample
#8fe2fe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe2fe;
Background color
Panel with #8fe2fe background
background-color: #8fe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe2fe; background: linear-gradient(135deg, #8fe2fe, #8F98FE);