#07102c
a deep, vivid blue · warm · closest name: black
RGB
7, 16, 44
HSL
225°, 73%, 10%
CMYK
84, 64, 0, 83
Luminance
0.0060
Every format
| HEX | #07102c |
| RGB | rgb(7, 16, 44) |
| HSL | hsl(225, 73%, 10%) |
| CMYK | cmyk(84%, 64%, 0%, 83%) |
| LAB | lab(5.4 6.5 -19.6) |
| LCH | lch(5.4 20.7 288.4) |
| OKLCH | oklch(0.184 0.058 266.8) |
Copy-ready code
/* CSS */
color: #07102c;
background-color: #07102c;
/* Tailwind (arbitrary) */
class="text-[#07102c] bg-[#07102c]"
/* SCSS */
$brand: #07102c;
/* SwiftUI */
Color(red: 0.027, green: 0.063, blue: 0.173)
/* Android */
Color.parseColor("#07102c")Accessibility — WCAG contrast
Aa
#07102c on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07102c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green6.3%
Blue17.3%
CMYK percentages
Cyan84.1%
Magenta63.6%
Yellow0.0%
Key (black)82.7%
Color previews
#07102c text on a black background
contrast 1.12:1
Card sample
#07102c text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07102c;
Background color
Panel with #07102c background
background-color: #07102c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07102c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 16, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 16, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07102c; background: linear-gradient(135deg, #07102c, #17072C);