#0ca5e2
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 165, 226
HSL
197°, 90%, 47%
CMYK
95, 27, 0, 11
Luminance
0.3248
Every format
| HEX | #0ca5e2 |
| RGB | rgb(12, 165, 226) |
| HSL | hsl(197, 90%, 47%) |
| CMYK | cmyk(95%, 27%, 0%, 11%) |
| LAB | lab(63.7 -13.7 -40.5) |
| LCH | lch(63.7 42.8 251.4) |
| OKLCH | oklch(0.681 0.141 234.3) |
Copy-ready code
/* CSS */
color: #0ca5e2;
background-color: #0ca5e2;
/* Tailwind (arbitrary) */
class="text-[#0ca5e2] bg-[#0ca5e2]"
/* SCSS */
$brand: #0ca5e2;
/* SwiftUI */
Color(red: 0.047, green: 0.647, blue: 0.886)
/* Android */
Color.parseColor("#0ca5e2")Accessibility — WCAG contrast
Aa
#0ca5e2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ca5e2 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green64.7%
Blue88.6%
CMYK percentages
Cyan94.7%
Magenta27.0%
Yellow0.0%
Key (black)11.4%
Color previews
#0ca5e2 text on a black background
contrast 7.50:1
Card sample
#0ca5e2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ca5e2;
Background color
Panel with #0ca5e2 background
background-color: #0ca5e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ca5e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 165, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 165, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ca5e2; background: linear-gradient(135deg, #0ca5e2, #0C16E2);