#00dfba
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 223, 186
HSL
170°, 100%, 44%
CMYK
100, 0, 17, 13
Luminance
0.5632
Every format
| HEX | #00dfba |
| RGB | rgb(0, 223, 186) |
| HSL | hsl(170, 100%, 44%) |
| CMYK | cmyk(100%, 0%, 17%, 13%) |
| LAB | lab(79.8 -53.7 5.4) |
| LCH | lch(79.8 54.0 174.2) |
| OKLCH | oklch(0.807 0.152 174.9) |
Copy-ready code
/* CSS */
color: #00dfba;
background-color: #00dfba;
/* Tailwind (arbitrary) */
class="text-[#00dfba] bg-[#00dfba]"
/* SCSS */
$brand: #00dfba;
/* SwiftUI */
Color(red: 0.000, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#00dfba")Accessibility — WCAG contrast
Aa
#00dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00dfba on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#00dfba text on a black background
contrast 12.26:1
Card sample
#00dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00dfba;
Background color
Panel with #00dfba background
background-color: #00dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00dfba; background: linear-gradient(135deg, #00dfba, #006FDF);