#8abddf
a light, vivid blue · cool · closest name: skyblue
RGB
138, 189, 223
HSL
204°, 57%, 71%
CMYK
38, 15, 0, 13
Luminance
0.4713
Every format
| HEX | #8abddf |
| RGB | rgb(138, 189, 223) |
| HSL | hsl(204, 57%, 71%) |
| CMYK | cmyk(38%, 15%, 0%, 13%) |
| LAB | lab(74.3 -8.3 -22.3) |
| LCH | lch(74.3 23.8 249.7) |
| OKLCH | oklch(0.775 0.072 238.1) |
Copy-ready code
/* CSS */
color: #8abddf;
background-color: #8abddf;
/* Tailwind (arbitrary) */
class="text-[#8abddf] bg-[#8abddf]"
/* SCSS */
$brand: #8abddf;
/* SwiftUI */
Color(red: 0.541, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#8abddf")Accessibility — WCAG contrast
Aa
#8abddf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abddf on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.1%
Blue87.5%
CMYK percentages
Cyan38.1%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8abddf text on a black background
contrast 10.43:1
Card sample
#8abddf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abddf;
Background color
Panel with #8abddf background
background-color: #8abddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abddf; background: linear-gradient(135deg, #8abddf, #908ADF);