#829dbb
a balanced, soft blue · cool · closest name: steelblue
RGB
130, 157, 187
HSL
212°, 30%, 62%
CMYK
31, 16, 0, 27
Luminance
0.3245
Every format
| HEX | #829dbb |
| RGB | rgb(130, 157, 187) |
| HSL | hsl(212, 30%, 62%) |
| CMYK | cmyk(31%, 16%, 0%, 27%) |
| LAB | lab(63.7 -2.3 -18.6) |
| LCH | lch(63.7 18.7 263.0) |
| OKLCH | oklch(0.686 0.054 251.3) |
Copy-ready code
/* CSS */
color: #829dbb;
background-color: #829dbb;
/* Tailwind (arbitrary) */
class="text-[#829dbb] bg-[#829dbb]"
/* SCSS */
$brand: #829dbb;
/* SwiftUI */
Color(red: 0.510, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#829dbb")Accessibility — WCAG contrast
Aa
#829dbb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#829dbb on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green61.6%
Blue73.3%
CMYK percentages
Cyan30.5%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#829dbb text on a black background
contrast 7.49:1
Card sample
#829dbb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829dbb;
Background color
Panel with #829dbb background
background-color: #829dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829dbb; background: linear-gradient(135deg, #829dbb, #8D82BB);