#0f5ccc
a dark, electric blue · cool · closest name: royalblue
RGB
15, 92, 204
HSL
216°, 86%, 43%
CMYK
93, 55, 0, 20
Luminance
0.1212
Every format
| HEX | #0f5ccc |
| RGB | rgb(15, 92, 204) |
| HSL | hsl(216, 86%, 43%) |
| CMYK | cmyk(93%, 55%, 0%, 20%) |
| LAB | lab(41.4 22.3 -63.8) |
| LCH | lch(41.4 67.6 289.3) |
| OKLCH | oklch(0.502 0.188 259.5) |
Copy-ready code
/* CSS */
color: #0f5ccc;
background-color: #0f5ccc;
/* Tailwind (arbitrary) */
class="text-[#0f5ccc] bg-[#0f5ccc]"
/* SCSS */
$brand: #0f5ccc;
/* SwiftUI */
Color(red: 0.059, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#0f5ccc")Accessibility — WCAG contrast
Aa
#0f5ccc on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f5ccc on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green36.1%
Blue80.0%
CMYK percentages
Cyan92.6%
Magenta54.9%
Yellow0.0%
Key (black)20.0%
Color previews
#0f5ccc text on a black background
contrast 3.42:1
Card sample
#0f5ccc text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f5ccc;
Background color
Panel with #0f5ccc background
background-color: #0f5ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f5ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f5ccc; background: linear-gradient(135deg, #0f5ccc, #400FCC);