#8abace
a light, soft cyan · cool · closest name: skyblue
RGB
138, 186, 206
HSL
198°, 41%, 68%
CMYK
33, 10, 0, 19
Luminance
0.4498
Every format
| HEX | #8abace |
| RGB | rgb(138, 186, 206) |
| HSL | hsl(198, 41%, 68%) |
| CMYK | cmyk(33%, 10%, 0%, 19%) |
| LAB | lab(72.9 -11.0 -15.2) |
| LCH | lch(72.9 18.7 234.1) |
| OKLCH | oklch(0.762 0.058 225.6) |
Copy-ready code
/* CSS */
color: #8abace;
background-color: #8abace;
/* Tailwind (arbitrary) */
class="text-[#8abace] bg-[#8abace]"
/* SCSS */
$brand: #8abace;
/* SwiftUI */
Color(red: 0.541, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#8abace")Accessibility — WCAG contrast
Aa
#8abace on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abace on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green72.9%
Blue80.8%
CMYK percentages
Cyan33.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#8abace text on a black background
contrast 10.00:1
Card sample
#8abace text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abace;
Background color
Panel with #8abace background
background-color: #8abace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abace; background: linear-gradient(135deg, #8abace, #8A8DCE);