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