#1f06af
a dark, electric blue · warm · closest name: navy
RGB
31, 6, 175
HSL
249°, 93%, 36%
CMYK
82, 97, 0, 31
Luminance
0.0352
Every format
| HEX | #1f06af |
| RGB | rgb(31, 6, 175) |
| HSL | hsl(249, 93%, 36%) |
| CMYK | cmyk(82%, 97%, 0%, 31%) |
| LAB | lab(22.0 58.6 -78.7) |
| LCH | lch(22.0 98.1 306.7) |
| OKLCH | oklch(0.354 0.227 270.4) |
Copy-ready code
/* CSS */
color: #1f06af;
background-color: #1f06af;
/* Tailwind (arbitrary) */
class="text-[#1f06af] bg-[#1f06af]"
/* SCSS */
$brand: #1f06af;
/* SwiftUI */
Color(red: 0.122, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#1f06af")Accessibility — WCAG contrast
Aa
#1f06af on white: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f06af on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green2.4%
Blue68.6%
CMYK percentages
Cyan82.3%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#1f06af text on a black background
contrast 1.70:1
Card sample
#1f06af text on a white background
contrast 12.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f06af;
Background color
Panel with #1f06af background
background-color: #1f06af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f06af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f06af; background: linear-gradient(135deg, #1f06af, #9006AF);