#8abfd2
a light, soft cyan · cool · closest name: skyblue
RGB
138, 191, 210
HSL
196°, 44%, 68%
CMYK
34, 9, 0, 18
Luminance
0.4732
Every format
| HEX | #8abfd2 |
| RGB | rgb(138, 191, 210) |
| HSL | hsl(196, 44%, 68%) |
| CMYK | cmyk(34%, 9%, 0%, 18%) |
| LAB | lab(74.4 -12.6 -15.1) |
| LCH | lch(74.4 19.6 230.0) |
| OKLCH | oklch(0.774 0.061 222.2) |
Copy-ready code
/* CSS */
color: #8abfd2;
background-color: #8abfd2;
/* Tailwind (arbitrary) */
class="text-[#8abfd2] bg-[#8abfd2]"
/* SCSS */
$brand: #8abfd2;
/* SwiftUI */
Color(red: 0.541, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#8abfd2")Accessibility — WCAG contrast
Aa
#8abfd2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abfd2 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.9%
Blue82.4%
CMYK percentages
Cyan34.3%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#8abfd2 text on a black background
contrast 10.46:1
Card sample
#8abfd2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abfd2;
Background color
Panel with #8abfd2 background
background-color: #8abfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abfd2; background: linear-gradient(135deg, #8abfd2, #8A8FD2);