#838cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
131, 140, 223
HSL
234°, 59%, 69%
CMYK
41, 37, 0, 13
Luminance
0.2891
Every format
| HEX | #838cdf |
| RGB | rgb(131, 140, 223) |
| HSL | hsl(234, 59%, 69%) |
| CMYK | cmyk(41%, 37%, 0%, 13%) |
| LAB | lab(60.7 17.4 -43.4) |
| LCH | lch(60.7 46.7 291.9) |
| OKLCH | oklch(0.668 0.123 277.8) |
Copy-ready code
/* CSS */
color: #838cdf;
background-color: #838cdf;
/* Tailwind (arbitrary) */
class="text-[#838cdf] bg-[#838cdf]"
/* SCSS */
$brand: #838cdf;
/* SwiftUI */
Color(red: 0.514, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#838cdf")Accessibility — WCAG contrast
Aa
#838cdf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838cdf on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#838cdf text on a black background
contrast 6.78:1
Card sample
#838cdf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838cdf;
Background color
Panel with #838cdf background
background-color: #838cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838cdf; background: linear-gradient(135deg, #838cdf, #B783DF);