#0c6dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 109, 253
HSL
216°, 98%, 52%
CMYK
95, 57, 0, 1
Luminance
0.1811
Every format
| HEX | #0c6dfd |
| RGB | rgb(12, 109, 253) |
| HSL | hsl(216, 98%, 52%) |
| CMYK | cmyk(95%, 57%, 0%, 1%) |
| LAB | lab(49.6 30.3 -78.1) |
| LCH | lch(49.6 83.8 291.2) |
| OKLCH | oklch(0.576 0.229 260.1) |
Copy-ready code
/* CSS */
color: #0c6dfd;
background-color: #0c6dfd;
/* Tailwind (arbitrary) */
class="text-[#0c6dfd] bg-[#0c6dfd]"
/* SCSS */
$brand: #0c6dfd;
/* SwiftUI */
Color(red: 0.047, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#0c6dfd")Accessibility — WCAG contrast
Aa
#0c6dfd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c6dfd on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green42.7%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#0c6dfd text on a black background
contrast 4.62:1
Card sample
#0c6dfd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c6dfd;
Background color
Panel with #0c6dfd background
background-color: #0c6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c6dfd; background: linear-gradient(135deg, #0c6dfd, #4C0CFD);