#030725
a deep, electric blue · warm · closest name: black
RGB
3, 7, 37
HSL
233°, 85%, 8%
CMYK
92, 81, 0, 86
Luminance
0.0030
Every format
| HEX | #030725 |
| RGB | rgb(3, 7, 37) |
| HSL | hsl(233, 85%, 8%) |
| CMYK | cmyk(92%, 81%, 0%, 86%) |
| LAB | lab(2.8 6.5 -18.5) |
| LCH | lch(2.8 19.6 289.3) |
| OKLCH | oklch(0.149 0.063 268.4) |
Copy-ready code
/* CSS */
color: #030725;
background-color: #030725;
/* Tailwind (arbitrary) */
class="text-[#030725] bg-[#030725]"
/* SCSS */
$brand: #030725;
/* SwiftUI */
Color(red: 0.012, green: 0.027, blue: 0.145)
/* Android */
Color.parseColor("#030725")Accessibility — WCAG contrast
Aa
#030725 on white: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030725 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green2.7%
Blue14.5%
CMYK percentages
Cyan91.9%
Magenta81.1%
Yellow0.0%
Key (black)85.5%
Color previews
#030725 text on a black background
contrast 1.06:1
Card sample
#030725 text on a white background
contrast 19.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030725;
Background color
Panel with #030725 background
background-color: #030725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 7, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 7, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030725; background: linear-gradient(135deg, #030725, #160325);