#8badcf
a light, soft blue · cool · closest name: skyblue
RGB
139, 173, 207
HSL
210°, 42%, 68%
CMYK
33, 16, 0, 19
Luminance
0.3988
Every format
| HEX | #8badcf |
| RGB | rgb(139, 173, 207) |
| HSL | hsl(210, 42%, 68%) |
| CMYK | cmyk(33%, 16%, 0%, 19%) |
| LAB | lab(69.4 -3.4 -21.0) |
| LCH | lch(69.4 21.3 260.7) |
| OKLCH | oklch(0.735 0.062 248.7) |
Copy-ready code
/* CSS */
color: #8badcf;
background-color: #8badcf;
/* Tailwind (arbitrary) */
class="text-[#8badcf] bg-[#8badcf]"
/* SCSS */
$brand: #8badcf;
/* SwiftUI */
Color(red: 0.545, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#8badcf")Accessibility — WCAG contrast
Aa
#8badcf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8badcf on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan32.9%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#8badcf text on a black background
contrast 8.98:1
Card sample
#8badcf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8badcf;
Background color
Panel with #8badcf background
background-color: #8badcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8badcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8badcf; background: linear-gradient(135deg, #8badcf, #968BCF);