#091925
a deep, vivid blue · cool · closest name: black
RGB
9, 25, 37
HSL
206°, 61%, 9%
CMYK
76, 32, 0, 86
Luminance
0.0089
Every format
| HEX | #091925 |
| RGB | rgb(9, 25, 37) |
| HSL | hsl(206, 61%, 9%) |
| CMYK | cmyk(76%, 32%, 0%, 86%) |
| LAB | lab(8.0 -2.0 -10.3) |
| LCH | lch(8.0 10.5 259.0) |
| OKLCH | oklch(0.206 0.032 242.9) |
Copy-ready code
/* CSS */
color: #091925;
background-color: #091925;
/* Tailwind (arbitrary) */
class="text-[#091925] bg-[#091925]"
/* SCSS */
$brand: #091925;
/* SwiftUI */
Color(red: 0.035, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#091925")Accessibility — WCAG contrast
Aa
#091925 on white: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091925 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green9.8%
Blue14.5%
CMYK percentages
Cyan75.7%
Magenta32.4%
Yellow0.0%
Key (black)85.5%
Color previews
#091925 text on a black background
contrast 1.18:1
Card sample
#091925 text on a white background
contrast 17.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091925;
Background color
Panel with #091925 background
background-color: #091925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091925; background: linear-gradient(135deg, #091925, #0C0925);