#919fdf
a light, vivid blue · warm · closest name: steelblue
RGB
145, 159, 223
HSL
229°, 55%, 72%
CMYK
35, 29, 0, 13
Luminance
0.3614
Every format
| HEX | #919fdf |
| RGB | rgb(145, 159, 223) |
| HSL | hsl(229, 55%, 72%) |
| CMYK | cmyk(35%, 29%, 0%, 13%) |
| LAB | lab(66.6 10.2 -34.0) |
| LCH | lch(66.6 35.5 286.7) |
| OKLCH | oklch(0.716 0.095 274.3) |
Copy-ready code
/* CSS */
color: #919fdf;
background-color: #919fdf;
/* Tailwind (arbitrary) */
class="text-[#919fdf] bg-[#919fdf]"
/* SCSS */
$brand: #919fdf;
/* SwiftUI */
Color(red: 0.569, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#919fdf")Accessibility — WCAG contrast
Aa
#919fdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#919fdf on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#919fdf text on a black background
contrast 8.23:1
Card sample
#919fdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919fdf;
Background color
Panel with #919fdf background
background-color: #919fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919fdf; background: linear-gradient(135deg, #919fdf, #B791DF);