#0f0dbf
a dark, electric blue · warm · closest name: navy
RGB
15, 13, 191
HSL
241°, 87%, 40%
CMYK
92, 93, 0, 25
Luminance
0.0415
Every format
| HEX | #0f0dbf |
| RGB | rgb(15, 13, 191) |
| HSL | hsl(241, 87%, 40%) |
| CMYK | cmyk(92%, 93%, 0%, 25%) |
| LAB | lab(24.2 60.9 -84.6) |
| LCH | lch(24.2 104.2 305.7) |
| OKLCH | oklch(0.373 0.245 266.0) |
Copy-ready code
/* CSS */
color: #0f0dbf;
background-color: #0f0dbf;
/* Tailwind (arbitrary) */
class="text-[#0f0dbf] bg-[#0f0dbf]"
/* SCSS */
$brand: #0f0dbf;
/* SwiftUI */
Color(red: 0.059, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#0f0dbf")Accessibility — WCAG contrast
Aa
#0f0dbf on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0dbf on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.1%
Blue74.9%
CMYK percentages
Cyan92.1%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#0f0dbf text on a black background
contrast 1.83:1
Card sample
#0f0dbf text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0dbf;
Background color
Panel with #0f0dbf background
background-color: #0f0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0dbf; background: linear-gradient(135deg, #0f0dbf, #860DBF);