#919fc8
a light, soft blue · cool · closest name: steelblue
RGB
145, 159, 200
HSL
225°, 33%, 68%
CMYK
28, 21, 0, 22
Luminance
0.3499
Every format
| HEX | #919fc8 |
| RGB | rgb(145, 159, 200) |
| HSL | hsl(225, 33%, 68%) |
| CMYK | cmyk(28%, 21%, 0%, 22%) |
| LAB | lab(65.7 4.3 -22.6) |
| LCH | lch(65.7 23.1 280.8) |
| OKLCH | oklch(0.706 0.062 270.1) |
Copy-ready code
/* CSS */
color: #919fc8;
background-color: #919fc8;
/* Tailwind (arbitrary) */
class="text-[#919fc8] bg-[#919fc8]"
/* SCSS */
$brand: #919fc8;
/* SwiftUI */
Color(red: 0.569, green: 0.624, blue: 0.784)
/* Android */
Color.parseColor("#919fc8")Accessibility — WCAG contrast
Aa
#919fc8 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#919fc8 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green62.4%
Blue78.4%
CMYK percentages
Cyan27.5%
Magenta20.5%
Yellow0.0%
Key (black)21.6%
Color previews
#919fc8 text on a black background
contrast 8.00:1
Card sample
#919fc8 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919fc8;
Background color
Panel with #919fc8 background
background-color: #919fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 159, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 159, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919fc8; background: linear-gradient(135deg, #919fc8, #A891C8);