#0c69af
a dark, electric blue · cool · closest name: steelblue
RGB
12, 105, 175
HSL
206°, 87%, 37%
CMYK
93, 40, 0, 31
Luminance
0.1328
Every format
| HEX | #0c69af |
| RGB | rgb(12, 105, 175) |
| HSL | hsl(206, 87%, 37%) |
| CMYK | cmyk(93%, 40%, 0%, 31%) |
| LAB | lab(43.2 2.1 -44.1) |
| LCH | lch(43.2 44.1 272.8) |
| OKLCH | oklch(0.510 0.135 248.8) |
Copy-ready code
/* CSS */
color: #0c69af;
background-color: #0c69af;
/* Tailwind (arbitrary) */
class="text-[#0c69af] bg-[#0c69af]"
/* SCSS */
$brand: #0c69af;
/* SwiftUI */
Color(red: 0.047, green: 0.412, blue: 0.686)
/* Android */
Color.parseColor("#0c69af")Accessibility — WCAG contrast
Aa
#0c69af on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c69af on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green41.2%
Blue68.6%
CMYK percentages
Cyan93.1%
Magenta40.0%
Yellow0.0%
Key (black)31.4%
Color previews
#0c69af text on a black background
contrast 3.66:1
Card sample
#0c69af text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c69af;
Background color
Panel with #0c69af background
background-color: #0c69af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c69af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 105, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 105, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c69af; background: linear-gradient(135deg, #0c69af, #1C0CAF);