#0c6dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 109, 251
HSL
216°, 97%, 52%
CMYK
95, 57, 0, 2
Luminance
0.1798
Every format
| HEX | #0c6dfb |
| RGB | rgb(12, 109, 251) |
| HSL | hsl(216, 97%, 52%) |
| CMYK | cmyk(95%, 57%, 0%, 2%) |
| LAB | lab(49.5 29.5 -77.2) |
| LCH | lch(49.5 82.7 290.9) |
| OKLCH | oklch(0.575 0.227 260.0) |
Copy-ready code
/* CSS */
color: #0c6dfb;
background-color: #0c6dfb;
/* Tailwind (arbitrary) */
class="text-[#0c6dfb] bg-[#0c6dfb]"
/* SCSS */
$brand: #0c6dfb;
/* SwiftUI */
Color(red: 0.047, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#0c6dfb")Accessibility — WCAG contrast
Aa
#0c6dfb on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c6dfb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green42.7%
Blue98.4%
CMYK percentages
Cyan95.2%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#0c6dfb text on a black background
contrast 4.60:1
Card sample
#0c6dfb text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c6dfb;
Background color
Panel with #0c6dfb background
background-color: #0c6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c6dfb; background: linear-gradient(135deg, #0c6dfb, #4A0CFB);