#0cccd2
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 204, 210
HSL
182°, 89%, 44%
CMYK
94, 3, 0, 18
Luminance
0.4792
Every format
| HEX | #0cccd2 |
| RGB | rgb(12, 204, 210) |
| HSL | hsl(182, 89%, 44%) |
| CMYK | cmyk(94%, 3%, 0%, 18%) |
| LAB | lab(74.8 -38.5 -14.8) |
| LCH | lch(74.8 41.3 201.1) |
| OKLCH | oklch(0.768 0.129 198.6) |
Copy-ready code
/* CSS */
color: #0cccd2;
background-color: #0cccd2;
/* Tailwind (arbitrary) */
class="text-[#0cccd2] bg-[#0cccd2]"
/* SCSS */
$brand: #0cccd2;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.824)
/* Android */
Color.parseColor("#0cccd2")Accessibility — WCAG contrast
Aa
#0cccd2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccd2 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue82.4%
CMYK percentages
Cyan94.3%
Magenta2.9%
Yellow0.0%
Key (black)17.6%
Color previews
#0cccd2 text on a black background
contrast 10.58:1
Card sample
#0cccd2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccd2;
Background color
Panel with #0cccd2 background
background-color: #0cccd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccd2; background: linear-gradient(135deg, #0cccd2, #0C48D2);