#0cacec
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 172, 236
HSL
197°, 90%, 49%
CMYK
95, 27, 0, 8
Luminance
0.3564
Every format
| HEX | #0cacec |
| RGB | rgb(12, 172, 236) |
| HSL | hsl(197, 90%, 49%) |
| CMYK | cmyk(95%, 27%, 0%, 8%) |
| LAB | lab(66.2 -13.9 -42.1) |
| LCH | lch(66.2 44.3 251.7) |
| OKLCH | oklch(0.702 0.146 234.6) |
Copy-ready code
/* CSS */
color: #0cacec;
background-color: #0cacec;
/* Tailwind (arbitrary) */
class="text-[#0cacec] bg-[#0cacec]"
/* SCSS */
$brand: #0cacec;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#0cacec")Accessibility — WCAG contrast
Aa
#0cacec on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cacec on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#0cacec text on a black background
contrast 8.13:1
Card sample
#0cacec text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cacec;
Background color
Panel with #0cacec background
background-color: #0cacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cacec; background: linear-gradient(135deg, #0cacec, #0C17EC);