#0f6ccc
a dark, electric blue · cool · closest name: dodgerblue
RGB
15, 108, 204
HSL
211°, 86%, 43%
CMYK
93, 47, 0, 20
Luminance
0.1519
Every format
| HEX | #0f6ccc |
| RGB | rgb(15, 108, 204) |
| HSL | hsl(211, 86%, 43%) |
| CMYK | cmyk(93%, 47%, 0%, 20%) |
| LAB | lab(45.9 11.9 -56.5) |
| LCH | lch(45.9 57.8 281.9) |
| OKLCH | oklch(0.537 0.169 254.8) |
Copy-ready code
/* CSS */
color: #0f6ccc;
background-color: #0f6ccc;
/* Tailwind (arbitrary) */
class="text-[#0f6ccc] bg-[#0f6ccc]"
/* SCSS */
$brand: #0f6ccc;
/* SwiftUI */
Color(red: 0.059, green: 0.424, blue: 0.800)
/* Android */
Color.parseColor("#0f6ccc")Accessibility — WCAG contrast
Aa
#0f6ccc on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6ccc on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.4%
Blue80.0%
CMYK percentages
Cyan92.6%
Magenta47.1%
Yellow0.0%
Key (black)20.0%
Color previews
#0f6ccc text on a black background
contrast 4.04:1
Card sample
#0f6ccc text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6ccc;
Background color
Panel with #0f6ccc background
background-color: #0f6ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 108, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 108, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6ccc; background: linear-gradient(135deg, #0f6ccc, #300FCC);