#0c8ce2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
12, 140, 226
HSL
204°, 90%, 47%
CMYK
95, 38, 0, 11
Luminance
0.2433
Every format
| HEX | #0c8ce2 |
| RGB | rgb(12, 140, 226) |
| HSL | hsl(204, 90%, 47%) |
| CMYK | cmyk(95%, 38%, 0%, 11%) |
| LAB | lab(56.4 0.6 -52.1) |
| LCH | lch(56.4 52.1 270.7) |
| OKLCH | oklch(0.623 0.162 247.2) |
Copy-ready code
/* CSS */
color: #0c8ce2;
background-color: #0c8ce2;
/* Tailwind (arbitrary) */
class="text-[#0c8ce2] bg-[#0c8ce2]"
/* SCSS */
$brand: #0c8ce2;
/* SwiftUI */
Color(red: 0.047, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#0c8ce2")Accessibility — WCAG contrast
Aa
#0c8ce2 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c8ce2 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green54.9%
Blue88.6%
CMYK percentages
Cyan94.7%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#0c8ce2 text on a black background
contrast 5.87:1
Card sample
#0c8ce2 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c8ce2;
Background color
Panel with #0c8ce2 background
background-color: #0c8ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c8ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c8ce2; background: linear-gradient(135deg, #0c8ce2, #1B0CE2);