#8ce2fe
a light, electric cyan · cool · closest name: skyblue
RGB
140, 226, 254
HSL
195°, 98%, 77%
CMYK
45, 11, 0, 0
Luminance
0.6712
Every format
| HEX | #8ce2fe |
| RGB | rgb(140, 226, 254) |
| HSL | hsl(195, 98%, 77%) |
| CMYK | cmyk(45%, 11%, 0%, 0%) |
| LAB | lab(85.6 -18.9 -21.7) |
| LCH | lch(85.6 28.8 229.0) |
| OKLCH | oklch(0.868 0.092 220.8) |
Copy-ready code
/* CSS */
color: #8ce2fe;
background-color: #8ce2fe;
/* Tailwind (arbitrary) */
class="text-[#8ce2fe] bg-[#8ce2fe]"
/* SCSS */
$brand: #8ce2fe;
/* SwiftUI */
Color(red: 0.549, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#8ce2fe")Accessibility — WCAG contrast
Aa
#8ce2fe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce2fe on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green88.6%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#8ce2fe text on a black background
contrast 14.42:1
Card sample
#8ce2fe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce2fe;
Background color
Panel with #8ce2fe background
background-color: #8ce2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce2fe; background: linear-gradient(135deg, #8ce2fe, #8C96FE);