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