#838cd3
a light, vivid blue · warm · closest name: steelblue
RGB
131, 140, 211
HSL
233°, 48%, 67%
CMYK
38, 34, 0, 17
Luminance
0.2828
Every format
| HEX | #838cd3 |
| RGB | rgb(131, 140, 211) |
| HSL | hsl(233, 48%, 67%) |
| CMYK | cmyk(38%, 34%, 0%, 17%) |
| LAB | lab(60.1 14.1 -37.5) |
| LCH | lch(60.1 40.1 290.6) |
| OKLCH | oklch(0.662 0.106 277.6) |
Copy-ready code
/* CSS */
color: #838cd3;
background-color: #838cd3;
/* Tailwind (arbitrary) */
class="text-[#838cd3] bg-[#838cd3]"
/* SCSS */
$brand: #838cd3;
/* SwiftUI */
Color(red: 0.514, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#838cd3")Accessibility — WCAG contrast
Aa
#838cd3 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838cd3 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green54.9%
Blue82.7%
CMYK percentages
Cyan37.9%
Magenta33.6%
Yellow0.0%
Key (black)17.3%
Color previews
#838cd3 text on a black background
contrast 6.66:1
Card sample
#838cd3 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838cd3;
Background color
Panel with #838cd3 background
background-color: #838cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838cd3; background: linear-gradient(135deg, #838cd3, #AF83D3);