#1202df
a dark, electric blue · warm · closest name: blue
RGB
18, 2, 223
HSL
244°, 98%, 44%
CMYK
92, 99, 0, 13
Luminance
0.0550
Every format
| HEX | #1202df |
| RGB | rgb(18, 2, 223) |
| HSL | hsl(244, 98%, 44%) |
| CMYK | cmyk(92%, 99%, 0%, 13%) |
| LAB | lab(28.1 71.3 -96.7) |
| LCH | lch(28.1 120.1 306.4) |
| OKLCH | oklch(0.413 0.280 265.8) |
Copy-ready code
/* CSS */
color: #1202df;
background-color: #1202df;
/* Tailwind (arbitrary) */
class="text-[#1202df] bg-[#1202df]"
/* SCSS */
$brand: #1202df;
/* SwiftUI */
Color(red: 0.071, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#1202df")Accessibility — WCAG contrast
Aa
#1202df on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1202df on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green0.8%
Blue87.5%
CMYK percentages
Cyan91.9%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1202df text on a black background
contrast 2.10:1
Card sample
#1202df text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1202df;
Background color
Panel with #1202df background
background-color: #1202df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1202df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1202df; background: linear-gradient(135deg, #1202df, #A502DF);