#0cccdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 204, 223
HSL
185°, 90%, 46%
CMYK
95, 9, 0, 13
Luminance
0.4859
Every format
| HEX | #0cccdf |
| RGB | rgb(12, 204, 223) |
| HSL | hsl(185, 90%, 46%) |
| CMYK | cmyk(95%, 9%, 0%, 13%) |
| LAB | lab(75.2 -34.5 -21.2) |
| LCH | lch(75.2 40.5 211.6) |
| OKLCH | oklch(0.773 0.131 206.8) |
Copy-ready code
/* CSS */
color: #0cccdf;
background-color: #0cccdf;
/* Tailwind (arbitrary) */
class="text-[#0cccdf] bg-[#0cccdf]"
/* SCSS */
$brand: #0cccdf;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#0cccdf")Accessibility — WCAG contrast
Aa
#0cccdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccdf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0cccdf text on a black background
contrast 10.72:1
Card sample
#0cccdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccdf;
Background color
Panel with #0cccdf background
background-color: #0cccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccdf; background: linear-gradient(135deg, #0cccdf, #0C3FDF);