#829cdf
a light, vivid blue · cool · closest name: steelblue
RGB
130, 156, 223
HSL
223°, 59%, 69%
CMYK
42, 30, 0, 13
Luminance
0.3385
Every format
| HEX | #829cdf |
| RGB | rgb(130, 156, 223) |
| HSL | hsl(223, 59%, 69%) |
| CMYK | cmyk(42%, 30%, 0%, 13%) |
| LAB | lab(64.8 7.9 -36.9) |
| LCH | lch(64.8 37.7 282.1) |
| OKLCH | oklch(0.700 0.103 267.5) |
Copy-ready code
/* CSS */
color: #829cdf;
background-color: #829cdf;
/* Tailwind (arbitrary) */
class="text-[#829cdf] bg-[#829cdf]"
/* SCSS */
$brand: #829cdf;
/* SwiftUI */
Color(red: 0.510, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#829cdf")Accessibility — WCAG contrast
Aa
#829cdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#829cdf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#829cdf text on a black background
contrast 7.77:1
Card sample
#829cdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829cdf;
Background color
Panel with #829cdf background
background-color: #829cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829cdf; background: linear-gradient(135deg, #829cdf, #A682DF);