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