#859cf1
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 156, 241
HSL
227°, 79%, 73%
CMYK
45, 35, 0, 6
Luminance
0.3511
Every format
| HEX | #859cf1 |
| RGB | rgb(133, 156, 241) |
| HSL | hsl(227, 79%, 73%) |
| CMYK | cmyk(45%, 35%, 0%, 6%) |
| LAB | lab(65.8 13.8 -45.2) |
| LCH | lch(65.8 47.3 286.9) |
| OKLCH | oklch(0.710 0.127 271.4) |
Copy-ready code
/* CSS */
color: #859cf1;
background-color: #859cf1;
/* Tailwind (arbitrary) */
class="text-[#859cf1] bg-[#859cf1]"
/* SCSS */
$brand: #859cf1;
/* SwiftUI */
Color(red: 0.522, green: 0.612, blue: 0.945)
/* Android */
Color.parseColor("#859cf1")Accessibility — WCAG contrast
Aa
#859cf1 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#859cf1 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green61.2%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta35.3%
Yellow0.0%
Key (black)5.5%
Color previews
#859cf1 text on a black background
contrast 8.02:1
Card sample
#859cf1 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859cf1;
Background color
Panel with #859cf1 background
background-color: #859cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 156, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 156, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859cf1; background: linear-gradient(135deg, #859cf1, #B685F1);