#0dceba
a dark, electric cyan · cool · closest name: turquoise
RGB
13, 206, 186
HSL
174°, 88%, 43%
CMYK
94, 0, 10, 19
Luminance
0.4777
Every format
| HEX | #0dceba |
| RGB | rgb(13, 206, 186) |
| HSL | hsl(174, 88%, 43%) |
| CMYK | cmyk(94%, 0%, 10%, 19%) |
| LAB | lab(74.7 -46.3 -2.0) |
| LCH | lch(74.7 46.4 182.5) |
| OKLCH | oklch(0.765 0.135 182.6) |
Copy-ready code
/* CSS */
color: #0dceba;
background-color: #0dceba;
/* Tailwind (arbitrary) */
class="text-[#0dceba] bg-[#0dceba]"
/* SCSS */
$brand: #0dceba;
/* SwiftUI */
Color(red: 0.051, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#0dceba")Accessibility — WCAG contrast
Aa
#0dceba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dceba on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#0dceba text on a black background
contrast 10.55:1
Card sample
#0dceba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dceba;
Background color
Panel with #0dceba background
background-color: #0dceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dceba; background: linear-gradient(135deg, #0dceba, #0D61CE);