#0f0732
a deep, electric blue · warm · closest name: black
RGB
15, 7, 50
HSL
251°, 75%, 11%
CMYK
70, 86, 0, 80
Luminance
0.0048
Every format
| HEX | #0f0732 |
| RGB | rgb(15, 7, 50) |
| HSL | hsl(251, 75%, 11%) |
| CMYK | cmyk(70%, 86%, 0%, 80%) |
| LAB | lab(4.4 15.9 -25.7) |
| LCH | lch(4.4 30.3 301.8) |
| OKLCH | oklch(0.177 0.080 283.4) |
Copy-ready code
/* CSS */
color: #0f0732;
background-color: #0f0732;
/* Tailwind (arbitrary) */
class="text-[#0f0732] bg-[#0f0732]"
/* SCSS */
$brand: #0f0732;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.196)
/* Android */
Color.parseColor("#0f0732")Accessibility — WCAG contrast
Aa
#0f0732 on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0732 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue19.6%
CMYK percentages
Cyan70.0%
Magenta86.0%
Yellow0.0%
Key (black)80.4%
Color previews
#0f0732 text on a black background
contrast 1.10:1
Card sample
#0f0732 text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0732;
Background color
Panel with #0f0732 background
background-color: #0f0732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0732; background: linear-gradient(135deg, #0f0732, #2C0732);