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