#061925
a deep, vivid blue · cool · closest name: black
RGB
6, 25, 37
HSL
203°, 72%, 8%
CMYK
84, 32, 0, 86
Luminance
0.0087
Every format
| HEX | #061925 |
| RGB | rgb(6, 25, 37) |
| HSL | hsl(203, 72%, 8%) |
| CMYK | cmyk(84%, 32%, 0%, 86%) |
| LAB | lab(7.8 -2.8 -10.6) |
| LCH | lch(7.8 10.9 255.3) |
| OKLCH | oklch(0.204 0.035 238.7) |
Copy-ready code
/* CSS */
color: #061925;
background-color: #061925;
/* Tailwind (arbitrary) */
class="text-[#061925] bg-[#061925]"
/* SCSS */
$brand: #061925;
/* SwiftUI */
Color(red: 0.024, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#061925")Accessibility — WCAG contrast
Aa
#061925 on white: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061925 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green9.8%
Blue14.5%
CMYK percentages
Cyan83.8%
Magenta32.4%
Yellow0.0%
Key (black)85.5%
Color previews
#061925 text on a black background
contrast 1.17:1
Card sample
#061925 text on a white background
contrast 17.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061925;
Background color
Panel with #061925 background
background-color: #061925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061925; background: linear-gradient(135deg, #061925, #080625);