#42dfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
66, 223, 186
HSL
166°, 71%, 57%
CMYK
70, 0, 17, 13
Luminance
0.5748
Every format
| HEX | #42dfba |
| RGB | rgb(66, 223, 186) |
| HSL | hsl(166, 71%, 57%) |
| CMYK | cmyk(70%, 0%, 17%, 13%) |
| LAB | lab(80.5 -49.0 6.5) |
| LCH | lch(80.5 49.4 172.5) |
| OKLCH | oklch(0.814 0.139 173.3) |
Copy-ready code
/* CSS */
color: #42dfba;
background-color: #42dfba;
/* Tailwind (arbitrary) */
class="text-[#42dfba] bg-[#42dfba]"
/* SCSS */
$brand: #42dfba;
/* SwiftUI */
Color(red: 0.259, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#42dfba")Accessibility — WCAG contrast
Aa
#42dfba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42dfba on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#42dfba text on a black background
contrast 12.50:1
Card sample
#42dfba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42dfba;
Background color
Panel with #42dfba background
background-color: #42dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42dfba; background: linear-gradient(135deg, #42dfba, #429BDF);