#0cacf3
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 172, 243
HSL
198°, 91%, 50%
CMYK
95, 29, 0, 5
Luminance
0.3605
Every format
| HEX | #0cacf3 |
| RGB | rgb(12, 172, 243) |
| HSL | hsl(198, 91%, 50%) |
| CMYK | cmyk(95%, 29%, 0%, 5%) |
| LAB | lab(66.6 -11.4 -45.4) |
| LCH | lch(66.6 46.8 255.9) |
| OKLCH | oklch(0.706 0.153 237.3) |
Copy-ready code
/* CSS */
color: #0cacf3;
background-color: #0cacf3;
/* Tailwind (arbitrary) */
class="text-[#0cacf3] bg-[#0cacf3]"
/* SCSS */
$brand: #0cacf3;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#0cacf3")Accessibility — WCAG contrast
Aa
#0cacf3 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cacf3 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue95.3%
CMYK percentages
Cyan95.1%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#0cacf3 text on a black background
contrast 8.21:1
Card sample
#0cacf3 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cacf3;
Background color
Panel with #0cacf3 background
background-color: #0cacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cacf3; background: linear-gradient(135deg, #0cacf3, #0C12F3);