#1224df
a balanced, electric blue · warm · closest name: blue
RGB
18, 36, 223
HSL
235°, 85%, 47%
CMYK
92, 84, 0, 13
Luminance
0.0672
Every format
| HEX | #1224df |
| RGB | rgb(18, 36, 223) |
| HSL | hsl(235, 85%, 47%) |
| CMYK | cmyk(92%, 84%, 0%, 13%) |
| LAB | lab(31.1 62.0 -91.6) |
| LCH | lch(31.1 110.6 304.1) |
| OKLCH | oklch(0.433 0.266 265.7) |
Copy-ready code
/* CSS */
color: #1224df;
background-color: #1224df;
/* Tailwind (arbitrary) */
class="text-[#1224df] bg-[#1224df]"
/* SCSS */
$brand: #1224df;
/* SwiftUI */
Color(red: 0.071, green: 0.141, blue: 0.875)
/* Android */
Color.parseColor("#1224df")Accessibility — WCAG contrast
Aa
#1224df on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1224df on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green14.1%
Blue87.5%
CMYK percentages
Cyan91.9%
Magenta83.9%
Yellow0.0%
Key (black)12.5%
Color previews
#1224df text on a black background
contrast 2.34:1
Card sample
#1224df text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1224df;
Background color
Panel with #1224df background
background-color: #1224df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1224df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 36, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 36, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1224df; background: linear-gradient(135deg, #1224df, #8912DF);