#8ac2c2
a light, soft cyan · cool · closest name: skyblue
RGB
138, 194, 194
HSL
180°, 32%, 65%
CMYK
29, 0, 0, 24
Luminance
0.4788
Every format
| HEX | #8ac2c2 |
| RGB | rgb(138, 194, 194) |
| HSL | hsl(180, 32%, 65%) |
| CMYK | cmyk(29%, 0%, 0%, 24%) |
| LAB | lab(74.8 -18.0 -5.8) |
| LCH | lch(74.8 18.9 198.0) |
| OKLCH | oklch(0.775 0.058 196.0) |
Copy-ready code
/* CSS */
color: #8ac2c2;
background-color: #8ac2c2;
/* Tailwind (arbitrary) */
class="text-[#8ac2c2] bg-[#8ac2c2]"
/* SCSS */
$brand: #8ac2c2;
/* SwiftUI */
Color(red: 0.541, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#8ac2c2")Accessibility — WCAG contrast
Aa
#8ac2c2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac2c2 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green76.1%
Blue76.1%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow0.0%
Key (black)23.9%
Color previews
#8ac2c2 text on a black background
contrast 10.58:1
Card sample
#8ac2c2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac2c2;
Background color
Panel with #8ac2c2 background
background-color: #8ac2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac2c2; background: linear-gradient(135deg, #8ac2c2, #8A9DC2);