#0cace0
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 172, 224
HSL
195°, 90%, 46%
CMYK
95, 23, 0, 12
Luminance
0.3497
Every format
| HEX | #0cace0 |
| RGB | rgb(12, 172, 224) |
| HSL | hsl(195, 90%, 46%) |
| CMYK | cmyk(95%, 23%, 0%, 12%) |
| LAB | lab(65.7 -18.1 -36.3) |
| LCH | lch(65.7 40.6 243.5) |
| OKLCH | oklch(0.697 0.136 229.1) |
Copy-ready code
/* CSS */
color: #0cace0;
background-color: #0cace0;
/* Tailwind (arbitrary) */
class="text-[#0cace0] bg-[#0cace0]"
/* SCSS */
$brand: #0cace0;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#0cace0")Accessibility — WCAG contrast
Aa
#0cace0 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cace0 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue87.8%
CMYK percentages
Cyan94.6%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#0cace0 text on a black background
contrast 7.99:1
Card sample
#0cace0 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cace0;
Background color
Panel with #0cace0 background
background-color: #0cace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cace0; background: linear-gradient(135deg, #0cace0, #0C1FE0);