#0c30ec
a balanced, electric blue · warm · closest name: blue
RGB
12, 48, 236
HSL
230°, 90%, 49%
CMYK
95, 80, 0, 8
Luminance
0.0825
Every format
| HEX | #0c30ec |
| RGB | rgb(12, 48, 236) |
| HSL | hsl(230, 90%, 49%) |
| CMYK | cmyk(95%, 80%, 0%, 8%) |
| LAB | lab(34.5 60.4 -93.5) |
| LCH | lch(34.5 111.3 302.9) |
| OKLCH | oklch(0.461 0.272 264.9) |
Copy-ready code
/* CSS */
color: #0c30ec;
background-color: #0c30ec;
/* Tailwind (arbitrary) */
class="text-[#0c30ec] bg-[#0c30ec]"
/* SCSS */
$brand: #0c30ec;
/* SwiftUI */
Color(red: 0.047, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#0c30ec")Accessibility — WCAG contrast
Aa
#0c30ec on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c30ec on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green18.8%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#0c30ec text on a black background
contrast 2.65:1
Card sample
#0c30ec text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c30ec;
Background color
Panel with #0c30ec background
background-color: #0c30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c30ec; background: linear-gradient(135deg, #0c30ec, #7D0CEC);