#0f4acf
a dark, electric blue · cool · closest name: royalblue
RGB
15, 74, 207
HSL
222°, 87%, 44%
CMYK
93, 64, 0, 19
Luminance
0.0950
Every format
| HEX | #0f4acf |
| RGB | rgb(15, 74, 207) |
| HSL | hsl(222, 87%, 44%) |
| CMYK | cmyk(93%, 64%, 0%, 19%) |
| LAB | lab(36.9 35.3 -72.8) |
| LCH | lch(36.9 80.9 295.9) |
| OKLCH | oklch(0.470 0.213 263.0) |
Copy-ready code
/* CSS */
color: #0f4acf;
background-color: #0f4acf;
/* Tailwind (arbitrary) */
class="text-[#0f4acf] bg-[#0f4acf]"
/* SCSS */
$brand: #0f4acf;
/* SwiftUI */
Color(red: 0.059, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#0f4acf")Accessibility — WCAG contrast
Aa
#0f4acf on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f4acf on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green29.0%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta64.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0f4acf text on a black background
contrast 2.90:1
Card sample
#0f4acf text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f4acf;
Background color
Panel with #0f4acf background
background-color: #0f4acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f4acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f4acf; background: linear-gradient(135deg, #0f4acf, #540FCF);