#8da7cd
a light, soft blue · cool · closest name: steelblue
RGB
141, 167, 205
HSL
216°, 39%, 68%
CMYK
31, 19, 0, 20
Luminance
0.3771
Every format
| HEX | #8da7cd |
| RGB | rgb(141, 167, 205) |
| HSL | hsl(216, 39%, 68%) |
| CMYK | cmyk(31%, 19%, 0%, 20%) |
| LAB | lab(67.8 -0.1 -22.3) |
| LCH | lch(67.8 22.3 269.8) |
| OKLCH | oklch(0.722 0.063 257.8) |
Copy-ready code
/* CSS */
color: #8da7cd;
background-color: #8da7cd;
/* Tailwind (arbitrary) */
class="text-[#8da7cd] bg-[#8da7cd]"
/* SCSS */
$brand: #8da7cd;
/* SwiftUI */
Color(red: 0.553, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#8da7cd")Accessibility — WCAG contrast
Aa
#8da7cd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da7cd on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green65.5%
Blue80.4%
CMYK percentages
Cyan31.2%
Magenta18.5%
Yellow0.0%
Key (black)19.6%
Color previews
#8da7cd text on a black background
contrast 8.54:1
Card sample
#8da7cd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da7cd;
Background color
Panel with #8da7cd background
background-color: #8da7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da7cd; background: linear-gradient(135deg, #8da7cd, #9E8DCD);