#0705af
a dark, electric blue · warm · closest name: navy
RGB
7, 5, 175
HSL
241°, 94%, 35%
CMYK
96, 97, 0, 31
Luminance
0.0325
Every format
| HEX | #0705af |
| RGB | rgb(7, 5, 175) |
| HSL | hsl(241, 94%, 35%) |
| CMYK | cmyk(96%, 97%, 0%, 31%) |
| LAB | lab(21.0 58.5 -80.3) |
| LCH | lch(21.0 99.4 306.0) |
| OKLCH | oklch(0.345 0.233 265.2) |
Copy-ready code
/* CSS */
color: #0705af;
background-color: #0705af;
/* Tailwind (arbitrary) */
class="text-[#0705af] bg-[#0705af]"
/* SCSS */
$brand: #0705af;
/* SwiftUI */
Color(red: 0.027, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#0705af")Accessibility — WCAG contrast
Aa
#0705af on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0705af on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green2.0%
Blue68.6%
CMYK percentages
Cyan96.0%
Magenta97.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0705af text on a black background
contrast 1.65:1
Card sample
#0705af text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0705af;
Background color
Panel with #0705af background
background-color: #0705af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0705af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0705af; background: linear-gradient(135deg, #0705af, #7805AF);