#0cddc6
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 221, 198
HSL
173°, 90%, 46%
CMYK
95, 0, 10, 13
Luminance
0.5587
Every format
| HEX | #0cddc6 |
| RGB | rgb(12, 221, 198) |
| HSL | hsl(173, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 10%, 13%) |
| LAB | lab(79.5 -49.4 -1.3) |
| LCH | lch(79.5 49.4 181.5) |
| OKLCH | oklch(0.806 0.143 181.7) |
Copy-ready code
/* CSS */
color: #0cddc6;
background-color: #0cddc6;
/* Tailwind (arbitrary) */
class="text-[#0cddc6] bg-[#0cddc6]"
/* SCSS */
$brand: #0cddc6;
/* SwiftUI */
Color(red: 0.047, green: 0.867, blue: 0.776)
/* Android */
Color.parseColor("#0cddc6")Accessibility — WCAG contrast
Aa
#0cddc6 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cddc6 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.7%
Blue77.6%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow10.4%
Key (black)13.3%
Color previews
#0cddc6 text on a black background
contrast 12.17:1
Card sample
#0cddc6 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cddc6;
Background color
Panel with #0cddc6 background
background-color: #0cddc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cddc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 221, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 221, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cddc6; background: linear-gradient(135deg, #0cddc6, #0C69DD);