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