#0c7cff
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 124, 255
HSL
212°, 100%, 52%
CMYK
95, 51, 0, 0
Luminance
0.2171
Every format
| HEX | #0c7cff |
| RGB | rgb(12, 124, 255) |
| HSL | hsl(212, 100%, 52%) |
| CMYK | cmyk(95%, 51%, 0%, 0%) |
| LAB | lab(53.7 21.6 -72.5) |
| LCH | lch(53.7 75.7 286.6) |
| OKLCH | oklch(0.608 0.215 257.5) |
Copy-ready code
/* CSS */
color: #0c7cff;
background-color: #0c7cff;
/* Tailwind (arbitrary) */
class="text-[#0c7cff] bg-[#0c7cff]"
/* SCSS */
$brand: #0c7cff;
/* SwiftUI */
Color(red: 0.047, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#0c7cff")Accessibility — WCAG contrast
Aa
#0c7cff on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c7cff on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green48.6%
Blue100.0%
CMYK percentages
Cyan95.3%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#0c7cff text on a black background
contrast 5.34:1
Card sample
#0c7cff text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7cff;
Background color
Panel with #0c7cff background
background-color: #0c7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7cff; background: linear-gradient(135deg, #0c7cff, #3E0CFF);