#0c84df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
12, 132, 223
HSL
206°, 90%, 46%
CMYK
95, 41, 0, 13
Luminance
0.2191
Every format
| HEX | #0c84df |
| RGB | rgb(12, 132, 223) |
| HSL | hsl(206, 90%, 46%) |
| CMYK | cmyk(95%, 41%, 0%, 13%) |
| LAB | lab(53.9 4.3 -54.4) |
| LCH | lch(53.9 54.6 274.5) |
| OKLCH | oklch(0.603 0.166 249.8) |
Copy-ready code
/* CSS */
color: #0c84df;
background-color: #0c84df;
/* Tailwind (arbitrary) */
class="text-[#0c84df] bg-[#0c84df]"
/* SCSS */
$brand: #0c84df;
/* SwiftUI */
Color(red: 0.047, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#0c84df")Accessibility — WCAG contrast
Aa
#0c84df on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c84df on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green51.8%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0c84df text on a black background
contrast 5.38:1
Card sample
#0c84df text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c84df;
Background color
Panel with #0c84df background
background-color: #0c84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c84df; background: linear-gradient(135deg, #0c84df, #210CDF);