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