#8da5cf
a light, soft blue · cool · closest name: steelblue
RGB
141, 165, 207
HSL
218°, 41%, 68%
CMYK
32, 20, 0, 19
Luminance
0.3708
Every format
| HEX | #8da5cf |
| RGB | rgb(141, 165, 207) |
| HSL | hsl(218, 41%, 68%) |
| CMYK | cmyk(32%, 20%, 0%, 19%) |
| LAB | lab(67.3 1.6 -24.1) |
| LCH | lch(67.3 24.2 273.7) |
| OKLCH | oklch(0.719 0.067 261.5) |
Copy-ready code
/* CSS */
color: #8da5cf;
background-color: #8da5cf;
/* Tailwind (arbitrary) */
class="text-[#8da5cf] bg-[#8da5cf]"
/* SCSS */
$brand: #8da5cf;
/* SwiftUI */
Color(red: 0.553, green: 0.647, blue: 0.812)
/* Android */
Color.parseColor("#8da5cf")Accessibility — WCAG contrast
Aa
#8da5cf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da5cf on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green64.7%
Blue81.2%
CMYK percentages
Cyan31.9%
Magenta20.3%
Yellow0.0%
Key (black)18.8%
Color previews
#8da5cf text on a black background
contrast 8.42:1
Card sample
#8da5cf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da5cf;
Background color
Panel with #8da5cf background
background-color: #8da5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 165, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 165, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da5cf; background: linear-gradient(135deg, #8da5cf, #A18DCF);