#020797
a dark, electric blue · warm · closest name: navy
RGB
2, 7, 151
HSL
238°, 97%, 30%
CMYK
99, 95, 0, 41
Luminance
0.0240
Every format
| HEX | #020797 |
| RGB | rgb(2, 7, 151) |
| HSL | hsl(238, 97%, 30%) |
| CMYK | cmyk(99%, 95%, 0%, 41%) |
| LAB | lab(17.4 51.4 -71.6) |
| LCH | lch(17.4 88.1 305.6) |
| OKLCH | oklch(0.311 0.208 264.6) |
Copy-ready code
/* CSS */
color: #020797;
background-color: #020797;
/* Tailwind (arbitrary) */
class="text-[#020797] bg-[#020797]"
/* SCSS */
$brand: #020797;
/* SwiftUI */
Color(red: 0.008, green: 0.027, blue: 0.592)
/* Android */
Color.parseColor("#020797")Accessibility — WCAG contrast
Aa
#020797 on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020797 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green2.7%
Blue59.2%
CMYK percentages
Cyan98.7%
Magenta95.4%
Yellow0.0%
Key (black)40.8%
Color previews
#020797 text on a black background
contrast 1.48:1
Card sample
#020797 text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020797;
Background color
Panel with #020797 background
background-color: #020797;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020797;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 7, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 7, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020797; background: linear-gradient(135deg, #020797, #600297);