#8ec2cc
a light, soft cyan · cool · closest name: skyblue
RGB
142, 194, 204
HSL
190°, 38%, 68%
CMYK
30, 5, 0, 20
Luminance
0.4869
Every format
| HEX | #8ec2cc |
| RGB | rgb(142, 194, 204) |
| HSL | hsl(190, 38%, 68%) |
| CMYK | cmyk(30%, 5%, 0%, 20%) |
| LAB | lab(75.3 -14.5 -10.5) |
| LCH | lch(75.3 17.9 215.8) |
| OKLCH | oklch(0.781 0.056 210.8) |
Copy-ready code
/* CSS */
color: #8ec2cc;
background-color: #8ec2cc;
/* Tailwind (arbitrary) */
class="text-[#8ec2cc] bg-[#8ec2cc]"
/* SCSS */
$brand: #8ec2cc;
/* SwiftUI */
Color(red: 0.557, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#8ec2cc")Accessibility — WCAG contrast
Aa
#8ec2cc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ec2cc on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green76.1%
Blue80.0%
CMYK percentages
Cyan30.4%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#8ec2cc text on a black background
contrast 10.74:1
Card sample
#8ec2cc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ec2cc;
Background color
Panel with #8ec2cc background
background-color: #8ec2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ec2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ec2cc; background: linear-gradient(135deg, #8ec2cc, #8E99CC);