#2240df
a balanced, vivid blue · warm · closest name: slateblue
RGB
34, 64, 223
HSL
231°, 75%, 50%
CMYK
85, 71, 0, 13
Luminance
0.0933
Every format
| HEX | #2240df |
| RGB | rgb(34, 64, 223) |
| HSL | hsl(231, 75%, 50%) |
| CMYK | cmyk(85%, 71%, 0%, 13%) |
| LAB | lab(36.6 48.2 -82.5) |
| LCH | lch(36.6 95.5 300.3) |
| OKLCH | oklch(0.473 0.240 266.8) |
Copy-ready code
/* CSS */
color: #2240df;
background-color: #2240df;
/* Tailwind (arbitrary) */
class="text-[#2240df] bg-[#2240df]"
/* SCSS */
$brand: #2240df;
/* SwiftUI */
Color(red: 0.133, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#2240df")Accessibility — WCAG contrast
Aa
#2240df on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2240df on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green25.1%
Blue87.5%
CMYK percentages
Cyan84.8%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#2240df text on a black background
contrast 2.87:1
Card sample
#2240df text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2240df;
Background color
Panel with #2240df background
background-color: #2240df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2240df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2240df; background: linear-gradient(135deg, #2240df, #8222DF);