#839fdf
a light, vivid blue · cool · closest name: steelblue
RGB
131, 159, 223
HSL
222°, 59%, 69%
CMYK
41, 29, 0, 13
Luminance
0.3495
Every format
| HEX | #839fdf |
| RGB | rgb(131, 159, 223) |
| HSL | hsl(222, 59%, 69%) |
| CMYK | cmyk(41%, 29%, 0%, 13%) |
| LAB | lab(65.7 6.4 -35.5) |
| LCH | lch(65.7 36.1 280.3) |
| OKLCH | oklch(0.707 0.099 265.8) |
Copy-ready code
/* CSS */
color: #839fdf;
background-color: #839fdf;
/* Tailwind (arbitrary) */
class="text-[#839fdf] bg-[#839fdf]"
/* SCSS */
$brand: #839fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#839fdf")Accessibility — WCAG contrast
Aa
#839fdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#839fdf on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green62.4%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#839fdf text on a black background
contrast 7.99:1
Card sample
#839fdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839fdf;
Background color
Panel with #839fdf background
background-color: #839fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839fdf; background: linear-gradient(135deg, #839fdf, #A483DF);