#0deccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
13, 236, 207
HSL
172°, 90%, 49%
CMYK
95, 0, 12, 8
Luminance
0.6458
Every format
| HEX | #0deccf |
| RGB | rgb(13, 236, 207) |
| HSL | hsl(172, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 12%, 8%) |
| LAB | lab(84.3 -53.1 0.8) |
| LCH | lch(84.3 53.1 179.1) |
| OKLCH | oklch(0.845 0.153 179.5) |
Copy-ready code
/* CSS */
color: #0deccf;
background-color: #0deccf;
/* Tailwind (arbitrary) */
class="text-[#0deccf] bg-[#0deccf]"
/* SCSS */
$brand: #0deccf;
/* SwiftUI */
Color(red: 0.051, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#0deccf")Accessibility — WCAG contrast
Aa
#0deccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0deccf on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#0deccf text on a black background
contrast 13.92:1
Card sample
#0deccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0deccf;
Background color
Panel with #0deccf background
background-color: #0deccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0deccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0deccf; background: linear-gradient(135deg, #0deccf, #0D74EC);