#0c8afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
12, 138, 253
HSL
209°, 98%, 52%
CMYK
95, 46, 0, 1
Luminance
0.2535
Every format
| HEX | #0c8afd |
| RGB | rgb(12, 138, 253) |
| HSL | hsl(209, 98%, 52%) |
| CMYK | cmyk(95%, 46%, 0%, 1%) |
| LAB | lab(57.4 12.1 -65.5) |
| LCH | lch(57.4 66.6 280.5) |
| OKLCH | oklch(0.636 0.196 253.6) |
Copy-ready code
/* CSS */
color: #0c8afd;
background-color: #0c8afd;
/* Tailwind (arbitrary) */
class="text-[#0c8afd] bg-[#0c8afd]"
/* SCSS */
$brand: #0c8afd;
/* SwiftUI */
Color(red: 0.047, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#0c8afd")Accessibility — WCAG contrast
Aa
#0c8afd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c8afd on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green54.1%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#0c8afd text on a black background
contrast 6.07:1
Card sample
#0c8afd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c8afd;
Background color
Panel with #0c8afd background
background-color: #0c8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c8afd; background: linear-gradient(135deg, #0c8afd, #2F0CFD);