#0cdfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 223, 223
HSL
180°, 90%, 46%
CMYK
95, 0, 0, 13
Luminance
0.5818
Every format
| HEX | #0cdfdf |
| RGB | rgb(12, 223, 223) |
| HSL | hsl(180, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 0%, 13%) |
| LAB | lab(80.8 -43.2 -12.7) |
| LCH | lch(80.8 45.0 196.4) |
| OKLCH | oklch(0.819 0.139 194.8) |
Copy-ready code
/* CSS */
color: #0cdfdf;
background-color: #0cdfdf;
/* Tailwind (arbitrary) */
class="text-[#0cdfdf] bg-[#0cdfdf]"
/* SCSS */
$brand: #0cdfdf;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#0cdfdf")Accessibility — WCAG contrast
Aa
#0cdfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfdf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0cdfdf text on a black background
contrast 12.64:1
Card sample
#0cdfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfdf;
Background color
Panel with #0cdfdf background
background-color: #0cdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfdf; background: linear-gradient(135deg, #0cdfdf, #0C52DF);