#8abfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
138, 191, 215
HSL
199°, 49%, 69%
CMYK
36, 11, 0, 16
Luminance
0.4757
Every format
| HEX | #8abfd7 |
| RGB | rgb(138, 191, 215) |
| HSL | hsl(199, 49%, 69%) |
| CMYK | cmyk(36%, 11%, 0%, 16%) |
| LAB | lab(74.5 -11.4 -17.5) |
| LCH | lch(74.5 20.9 237.0) |
| OKLCH | oklch(0.776 0.065 227.8) |
Copy-ready code
/* CSS */
color: #8abfd7;
background-color: #8abfd7;
/* Tailwind (arbitrary) */
class="text-[#8abfd7] bg-[#8abfd7]"
/* SCSS */
$brand: #8abfd7;
/* SwiftUI */
Color(red: 0.541, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#8abfd7")Accessibility — WCAG contrast
Aa
#8abfd7 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abfd7 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.9%
Blue84.3%
CMYK percentages
Cyan35.8%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#8abfd7 text on a black background
contrast 10.51:1
Card sample
#8abfd7 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abfd7;
Background color
Panel with #8abfd7 background
background-color: #8abfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abfd7; background: linear-gradient(135deg, #8abfd7, #8A8CD7);