#8ed2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
142, 210, 235
HSL
196°, 70%, 74%
CMYK
40, 11, 0, 8
Luminance
0.5784
Every format
| HEX | #8ed2eb |
| RGB | rgb(142, 210, 235) |
| HSL | hsl(196, 70%, 74%) |
| CMYK | cmyk(40%, 11%, 0%, 8%) |
| LAB | lab(80.7 -15.2 -19.1) |
| LCH | lch(80.7 24.4 231.5) |
| OKLCH | oklch(0.827 0.077 223.1) |
Copy-ready code
/* CSS */
color: #8ed2eb;
background-color: #8ed2eb;
/* Tailwind (arbitrary) */
class="text-[#8ed2eb] bg-[#8ed2eb]"
/* SCSS */
$brand: #8ed2eb;
/* SwiftUI */
Color(red: 0.557, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#8ed2eb")Accessibility — WCAG contrast
Aa
#8ed2eb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ed2eb on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green82.4%
Blue92.2%
CMYK percentages
Cyan39.6%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8ed2eb text on a black background
contrast 12.57:1
Card sample
#8ed2eb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ed2eb;
Background color
Panel with #8ed2eb background
background-color: #8ed2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ed2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ed2eb; background: linear-gradient(135deg, #8ed2eb, #8E94EB);