#070a25
a deep, vivid blue · warm · closest name: black
RGB
7, 10, 37
HSL
234°, 68%, 9%
CMYK
81, 73, 0, 86
Luminance
0.0040
Every format
| HEX | #070a25 |
| RGB | rgb(7, 10, 37) |
| HSL | hsl(234, 68%, 9%) |
| CMYK | cmyk(81%, 73%, 0%, 86%) |
| LAB | lab(3.6 6.3 -17.2) |
| LCH | lch(3.6 18.3 290.1) |
| OKLCH | oklch(0.162 0.056 273.2) |
Copy-ready code
/* CSS */
color: #070a25;
background-color: #070a25;
/* Tailwind (arbitrary) */
class="text-[#070a25] bg-[#070a25]"
/* SCSS */
$brand: #070a25;
/* SwiftUI */
Color(red: 0.027, green: 0.039, blue: 0.145)
/* Android */
Color.parseColor("#070a25")Accessibility — WCAG contrast
Aa
#070a25 on white: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070a25 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green3.9%
Blue14.5%
CMYK percentages
Cyan81.1%
Magenta73.0%
Yellow0.0%
Key (black)85.5%
Color previews
#070a25 text on a black background
contrast 1.08:1
Card sample
#070a25 text on a white background
contrast 19.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070a25;
Background color
Panel with #070a25 background
background-color: #070a25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070a25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 10, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 10, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070a25; background: linear-gradient(135deg, #070a25, #180725);