#0c2afd
a balanced, electric blue · warm · closest name: blue
RGB
12, 42, 253
HSL
233°, 98%, 52%
CMYK
95, 83, 0, 1
Luminance
0.0883
Every format
| HEX | #0c2afd |
| RGB | rgb(12, 42, 253) |
| HSL | hsl(233, 98%, 52%) |
| CMYK | cmyk(95%, 83%, 0%, 1%) |
| LAB | lab(35.6 68.2 -101.2) |
| LCH | lch(35.6 122.0 304.0) |
| OKLCH | oklch(0.474 0.294 264.9) |
Copy-ready code
/* CSS */
color: #0c2afd;
background-color: #0c2afd;
/* Tailwind (arbitrary) */
class="text-[#0c2afd] bg-[#0c2afd]"
/* SCSS */
$brand: #0c2afd;
/* SwiftUI */
Color(red: 0.047, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#0c2afd")Accessibility — WCAG contrast
Aa
#0c2afd on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2afd on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green16.5%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#0c2afd text on a black background
contrast 2.77:1
Card sample
#0c2afd text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2afd;
Background color
Panel with #0c2afd background
background-color: #0c2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2afd; background: linear-gradient(135deg, #0c2afd, #8F0CFD);