#1f02cf
a dark, electric blue · warm · closest name: blue
RGB
31, 2, 207
HSL
249°, 98%, 41%
CMYK
85, 99, 0, 19
Luminance
0.0484
Every format
| HEX | #1f02cf |
| RGB | rgb(31, 2, 207) |
| HSL | hsl(249, 98%, 41%) |
| CMYK | cmyk(85%, 99%, 0%, 19%) |
| LAB | lab(26.3 67.6 -90.5) |
| LCH | lch(26.3 112.9 306.7) |
| OKLCH | oklch(0.395 0.261 268.6) |
Copy-ready code
/* CSS */
color: #1f02cf;
background-color: #1f02cf;
/* Tailwind (arbitrary) */
class="text-[#1f02cf] bg-[#1f02cf]"
/* SCSS */
$brand: #1f02cf;
/* SwiftUI */
Color(red: 0.122, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#1f02cf")Accessibility — WCAG contrast
Aa
#1f02cf on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f02cf on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan85.0%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#1f02cf text on a black background
contrast 1.97:1
Card sample
#1f02cf text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f02cf;
Background color
Panel with #1f02cf background
background-color: #1f02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f02cf; background: linear-gradient(135deg, #1f02cf, #A802CF);