#8da3cd
a light, soft blue · cool · closest name: steelblue
RGB
141, 163, 205
HSL
219°, 39%, 68%
CMYK
31, 21, 0, 20
Luminance
0.3626
Every format
| HEX | #8da3cd |
| RGB | rgb(141, 163, 205) |
| HSL | hsl(219, 39%, 68%) |
| CMYK | cmyk(31%, 21%, 0%, 20%) |
| LAB | lab(66.7 2.2 -23.9) |
| LCH | lch(66.7 24.0 275.2) |
| OKLCH | oklch(0.714 0.067 263.2) |
Copy-ready code
/* CSS */
color: #8da3cd;
background-color: #8da3cd;
/* Tailwind (arbitrary) */
class="text-[#8da3cd] bg-[#8da3cd]"
/* SCSS */
$brand: #8da3cd;
/* SwiftUI */
Color(red: 0.553, green: 0.639, blue: 0.804)
/* Android */
Color.parseColor("#8da3cd")Accessibility — WCAG contrast
Aa
#8da3cd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da3cd on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green63.9%
Blue80.4%
CMYK percentages
Cyan31.2%
Magenta20.5%
Yellow0.0%
Key (black)19.6%
Color previews
#8da3cd text on a black background
contrast 8.25:1
Card sample
#8da3cd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da3cd;
Background color
Panel with #8da3cd background
background-color: #8da3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 163, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 163, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da3cd; background: linear-gradient(135deg, #8da3cd, #A28DCD);