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