#839cf3
a light, electric blue · warm · closest name: dodgerblue
RGB
131, 156, 243
HSL
227°, 82%, 73%
CMYK
46, 36, 0, 5
Luminance
0.3507
Every format
| HEX | #839cf3 |
| RGB | rgb(131, 156, 243) |
| HSL | hsl(227, 82%, 73%) |
| CMYK | cmyk(46%, 36%, 0%, 5%) |
| LAB | lab(65.8 13.9 -46.4) |
| LCH | lch(65.8 48.4 286.6) |
| OKLCH | oklch(0.710 0.131 270.6) |
Copy-ready code
/* CSS */
color: #839cf3;
background-color: #839cf3;
/* Tailwind (arbitrary) */
class="text-[#839cf3] bg-[#839cf3]"
/* SCSS */
$brand: #839cf3;
/* SwiftUI */
Color(red: 0.514, green: 0.612, blue: 0.953)
/* Android */
Color.parseColor("#839cf3")Accessibility — WCAG contrast
Aa
#839cf3 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#839cf3 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green61.2%
Blue95.3%
CMYK percentages
Cyan46.1%
Magenta35.8%
Yellow0.0%
Key (black)4.7%
Color previews
#839cf3 text on a black background
contrast 8.01:1
Card sample
#839cf3 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839cf3;
Background color
Panel with #839cf3 background
background-color: #839cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 156, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 156, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839cf3; background: linear-gradient(135deg, #839cf3, #B583F3);