#40e0d0
a balanced, vivid cyan · cool · “turquoise”
RGB
64, 224, 208
HSL
174°, 72%, 57%
CMYK
71, 0, 7, 12
Luminance
0.5896
Every format
| HEX | #40e0d0 |
| RGB | rgb(64, 224, 208) |
| HSL | hsl(174, 72%, 57%) |
| CMYK | cmyk(71%, 0%, 7%, 12%) |
| LAB | lab(81.3 -44.1 -4.0) |
| LCH | lch(81.3 44.3 185.2) |
| OKLCH | oklch(0.822 0.131 185.1) |
Copy-ready code
/* CSS */
color: #40e0d0;
background-color: #40e0d0;
/* Tailwind (arbitrary) */
class="text-[#40e0d0] bg-[#40e0d0]"
/* SCSS */
$brand: #40e0d0;
/* SwiftUI */
Color(red: 0.251, green: 0.878, blue: 0.816)
/* Android */
Color.parseColor("#40e0d0")Accessibility — WCAG contrast
Aa
#40e0d0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40e0d0 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green87.8%
Blue81.6%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow7.1%
Key (black)12.2%
Color previews
#40e0d0 text on a black background
contrast 12.79:1
Card sample
#40e0d0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40e0d0;
Background color
Panel with #40e0d0 background
background-color: #40e0d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40e0d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 224, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 224, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40e0d0; background: linear-gradient(135deg, #40e0d0, #4085E0);