#2940df
a balanced, vivid blue · warm · closest name: slateblue
RGB
41, 64, 223
HSL
232°, 74%, 52%
CMYK
82, 71, 0, 13
Luminance
0.0947
Every format
| HEX | #2940df |
| RGB | rgb(41, 64, 223) |
| HSL | hsl(232, 74%, 52%) |
| CMYK | cmyk(82%, 71%, 0%, 13%) |
| LAB | lab(36.9 48.6 -82.1) |
| LCH | lch(36.9 95.4 300.6) |
| OKLCH | oklch(0.476 0.238 268.0) |
Copy-ready code
/* CSS */
color: #2940df;
background-color: #2940df;
/* Tailwind (arbitrary) */
class="text-[#2940df] bg-[#2940df]"
/* SCSS */
$brand: #2940df;
/* SwiftUI */
Color(red: 0.161, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#2940df")Accessibility — WCAG contrast
Aa
#2940df on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2940df on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green25.1%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#2940df text on a black background
contrast 2.89:1
Card sample
#2940df text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2940df;
Background color
Panel with #2940df background
background-color: #2940df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2940df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2940df; background: linear-gradient(135deg, #2940df, #8B29DF);