#838fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
131, 143, 223
HSL
232°, 59%, 69%
CMYK
41, 36, 0, 13
Luminance
0.2980
Every format
| HEX | #838fdf |
| RGB | rgb(131, 143, 223) |
| HSL | hsl(232, 59%, 69%) |
| CMYK | cmyk(41%, 36%, 0%, 13%) |
| LAB | lab(61.5 15.7 -42.1) |
| LCH | lch(61.5 45.0 290.4) |
| OKLCH | oklch(0.674 0.119 276.2) |
Copy-ready code
/* CSS */
color: #838fdf;
background-color: #838fdf;
/* Tailwind (arbitrary) */
class="text-[#838fdf] bg-[#838fdf]"
/* SCSS */
$brand: #838fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#838fdf")Accessibility — WCAG contrast
Aa
#838fdf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838fdf on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#838fdf text on a black background
contrast 6.96:1
Card sample
#838fdf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838fdf;
Background color
Panel with #838fdf background
background-color: #838fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838fdf; background: linear-gradient(135deg, #838fdf, #B483DF);