#0c69cf
a dark, electric blue · cool · closest name: royalblue
RGB
12, 105, 207
HSL
211°, 89%, 43%
CMYK
94, 49, 0, 19
Luminance
0.1469
Every format
| HEX | #0c69cf |
| RGB | rgb(12, 105, 207) |
| HSL | hsl(211, 89%, 43%) |
| CMYK | cmyk(94%, 49%, 0%, 19%) |
| LAB | lab(45.2 14.9 -59.4) |
| LCH | lch(45.2 61.2 284.1) |
| OKLCH | oklch(0.532 0.176 256.1) |
Copy-ready code
/* CSS */
color: #0c69cf;
background-color: #0c69cf;
/* Tailwind (arbitrary) */
class="text-[#0c69cf] bg-[#0c69cf]"
/* SCSS */
$brand: #0c69cf;
/* SwiftUI */
Color(red: 0.047, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#0c69cf")Accessibility — WCAG contrast
Aa
#0c69cf on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c69cf on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green41.2%
Blue81.2%
CMYK percentages
Cyan94.2%
Magenta49.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0c69cf text on a black background
contrast 3.94:1
Card sample
#0c69cf text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c69cf;
Background color
Panel with #0c69cf background
background-color: #0c69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c69cf; background: linear-gradient(135deg, #0c69cf, #310CCF);