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