#0c35df
a balanced, electric blue · warm · closest name: navy
RGB
12, 53, 223
HSL
228°, 90%, 46%
CMYK
95, 76, 0, 13
Luminance
0.0795
Every format
| HEX | #0c35df |
| RGB | rgb(12, 53, 223) |
| HSL | hsl(228, 90%, 46%) |
| CMYK | cmyk(95%, 76%, 0%, 13%) |
| LAB | lab(33.9 53.6 -87.1) |
| LCH | lch(33.9 102.3 301.6) |
| OKLCH | oklch(0.452 0.254 264.7) |
Copy-ready code
/* CSS */
color: #0c35df;
background-color: #0c35df;
/* Tailwind (arbitrary) */
class="text-[#0c35df] bg-[#0c35df]"
/* SCSS */
$brand: #0c35df;
/* SwiftUI */
Color(red: 0.047, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#0c35df")Accessibility — WCAG contrast
Aa
#0c35df on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c35df on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green20.8%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0c35df text on a black background
contrast 2.59:1
Card sample
#0c35df text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c35df;
Background color
Panel with #0c35df background
background-color: #0c35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c35df; background: linear-gradient(135deg, #0c35df, #700CDF);