#1902df
a dark, electric blue · warm · closest name: blue
RGB
25, 2, 223
HSL
246°, 98%, 44%
CMYK
89, 99, 0, 13
Luminance
0.0558
Every format
| HEX | #1902df |
| RGB | rgb(25, 2, 223) |
| HSL | hsl(246, 98%, 44%) |
| CMYK | cmyk(89%, 99%, 0%, 13%) |
| LAB | lab(28.3 71.4 -96.3) |
| LCH | lch(28.3 119.9 306.5) |
| OKLCH | oklch(0.415 0.279 266.8) |
Copy-ready code
/* CSS */
color: #1902df;
background-color: #1902df;
/* Tailwind (arbitrary) */
class="text-[#1902df] bg-[#1902df]"
/* SCSS */
$brand: #1902df;
/* SwiftUI */
Color(red: 0.098, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#1902df")Accessibility — WCAG contrast
Aa
#1902df on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1902df on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.8%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1902df text on a black background
contrast 2.12:1
Card sample
#1902df text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1902df;
Background color
Panel with #1902df background
background-color: #1902df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1902df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1902df; background: linear-gradient(135deg, #1902df, #AC02DF);