#0f1dcd
a dark, electric blue · warm · closest name: blue
RGB
15, 29, 205
HSL
236°, 86%, 43%
CMYK
93, 86, 0, 20
Luminance
0.0539
Every format
| HEX | #0f1dcd |
| RGB | rgb(15, 29, 205) |
| HSL | hsl(236, 86%, 43%) |
| CMYK | cmyk(93%, 86%, 0%, 20%) |
| LAB | lab(27.8 59.5 -86.8) |
| LCH | lch(27.8 105.2 304.5) |
| OKLCH | oklch(0.404 0.252 265.7) |
Copy-ready code
/* CSS */
color: #0f1dcd;
background-color: #0f1dcd;
/* Tailwind (arbitrary) */
class="text-[#0f1dcd] bg-[#0f1dcd]"
/* SCSS */
$brand: #0f1dcd;
/* SwiftUI */
Color(red: 0.059, green: 0.114, blue: 0.804)
/* Android */
Color.parseColor("#0f1dcd")Accessibility — WCAG contrast
Aa
#0f1dcd on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1dcd on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green11.4%
Blue80.4%
CMYK percentages
Cyan92.7%
Magenta85.9%
Yellow0.0%
Key (black)19.6%
Color previews
#0f1dcd text on a black background
contrast 2.08:1
Card sample
#0f1dcd text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1dcd;
Background color
Panel with #0f1dcd background
background-color: #0f1dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 29, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 29, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1dcd; background: linear-gradient(135deg, #0f1dcd, #800FCD);