#2846df
a balanced, vivid blue · warm · closest name: slateblue
RGB
40, 70, 223
HSL
230°, 74%, 52%
CMYK
82, 69, 0, 13
Luminance
0.1016
Every format
| HEX | #2846df |
| RGB | rgb(40, 70, 223) |
| HSL | hsl(230, 74%, 52%) |
| CMYK | cmyk(82%, 69%, 0%, 13%) |
| LAB | lab(38.1 45.0 -80.0) |
| LCH | lch(38.1 91.8 299.3) |
| OKLCH | oklch(0.485 0.232 267.2) |
Copy-ready code
/* CSS */
color: #2846df;
background-color: #2846df;
/* Tailwind (arbitrary) */
class="text-[#2846df] bg-[#2846df]"
/* SCSS */
$brand: #2846df;
/* SwiftUI */
Color(red: 0.157, green: 0.275, blue: 0.875)
/* Android */
Color.parseColor("#2846df")Accessibility — WCAG contrast
Aa
#2846df on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2846df on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green27.5%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta68.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2846df text on a black background
contrast 3.03:1
Card sample
#2846df text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2846df;
Background color
Panel with #2846df background
background-color: #2846df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2846df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 70, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 70, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2846df; background: linear-gradient(135deg, #2846df, #8428DF);