#8acbc9
a light, soft cyan · cool · closest name: skyblue
RGB
138, 203, 201
HSL
178°, 39%, 67%
CMYK
32, 0, 1, 20
Luminance
0.5233
Every format
| HEX | #8acbc9 |
| RGB | rgb(138, 203, 201) |
| HSL | hsl(178, 39%, 67%) |
| CMYK | cmyk(32%, 0%, 1%, 20%) |
| LAB | lab(77.5 -20.9 -5.6) |
| LCH | lch(77.5 21.7 194.9) |
| OKLCH | oklch(0.798 0.066 193.5) |
Copy-ready code
/* CSS */
color: #8acbc9;
background-color: #8acbc9;
/* Tailwind (arbitrary) */
class="text-[#8acbc9] bg-[#8acbc9]"
/* SCSS */
$brand: #8acbc9;
/* SwiftUI */
Color(red: 0.541, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#8acbc9")Accessibility — WCAG contrast
Aa
#8acbc9 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acbc9 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green79.6%
Blue78.8%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#8acbc9 text on a black background
contrast 11.47:1
Card sample
#8acbc9 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acbc9;
Background color
Panel with #8acbc9 background
background-color: #8acbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acbc9; background: linear-gradient(135deg, #8acbc9, #8AA2CB);