#0dcccf
a dark, electric cyan · cool · closest name: turquoise
RGB
13, 204, 207
HSL
181°, 88%, 43%
CMYK
94, 1, 0, 19
Luminance
0.4778
Every format
| HEX | #0dcccf |
| RGB | rgb(13, 204, 207) |
| HSL | hsl(181, 88%, 43%) |
| CMYK | cmyk(94%, 1%, 0%, 19%) |
| LAB | lab(74.7 -39.4 -13.3) |
| LCH | lch(74.7 41.6 198.7) |
| OKLCH | oklch(0.767 0.129 196.7) |
Copy-ready code
/* CSS */
color: #0dcccf;
background-color: #0dcccf;
/* Tailwind (arbitrary) */
class="text-[#0dcccf] bg-[#0dcccf]"
/* SCSS */
$brand: #0dcccf;
/* SwiftUI */
Color(red: 0.051, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#0dcccf")Accessibility — WCAG contrast
Aa
#0dcccf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dcccf on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green80.0%
Blue81.2%
CMYK percentages
Cyan93.7%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0dcccf text on a black background
contrast 10.56:1
Card sample
#0dcccf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dcccf;
Background color
Panel with #0dcccf background
background-color: #0dcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dcccf; background: linear-gradient(135deg, #0dcccf, #0D4BCF);