#0cccda
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 204, 218
HSL
184°, 90%, 45%
CMYK
95, 6, 0, 15
Luminance
0.4833
Every format
| HEX | #0cccda |
| RGB | rgb(12, 204, 218) |
| HSL | hsl(184, 90%, 45%) |
| CMYK | cmyk(95%, 6%, 0%, 15%) |
| LAB | lab(75.0 -36.1 -18.8) |
| LCH | lch(75.0 40.6 207.5) |
| OKLCH | oklch(0.771 0.130 203.7) |
Copy-ready code
/* CSS */
color: #0cccda;
background-color: #0cccda;
/* Tailwind (arbitrary) */
class="text-[#0cccda] bg-[#0cccda]"
/* SCSS */
$brand: #0cccda;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#0cccda")Accessibility — WCAG contrast
Aa
#0cccda on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccda on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue85.5%
CMYK percentages
Cyan94.5%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#0cccda text on a black background
contrast 10.67:1
Card sample
#0cccda text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccda;
Background color
Panel with #0cccda background
background-color: #0cccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccda; background: linear-gradient(135deg, #0cccda, #0C43DA);