#0ccdaf
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 205, 175
HSL
171°, 89%, 43%
CMYK
94, 0, 15, 20
Luminance
0.4684
Every format
| HEX | #0ccdaf |
| RGB | rgb(12, 205, 175) |
| HSL | hsl(171, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 15%, 20%) |
| LAB | lab(74.1 -48.9 3.1) |
| LCH | lch(74.1 49.0 176.4) |
| OKLCH | oklch(0.759 0.140 177.0) |
Copy-ready code
/* CSS */
color: #0ccdaf;
background-color: #0ccdaf;
/* Tailwind (arbitrary) */
class="text-[#0ccdaf] bg-[#0ccdaf]"
/* SCSS */
$brand: #0ccdaf;
/* SwiftUI */
Color(red: 0.047, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#0ccdaf")Accessibility — WCAG contrast
Aa
#0ccdaf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccdaf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.4%
Blue68.6%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#0ccdaf text on a black background
contrast 10.37:1
Card sample
#0ccdaf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccdaf;
Background color
Panel with #0ccdaf background
background-color: #0ccdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccdaf; background: linear-gradient(135deg, #0ccdaf, #0C6ACD);