#40cec5
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 206, 197
HSL
176°, 59%, 53%
CMYK
69, 0, 4, 19
Luminance
0.4926
Every format
| HEX | #40cec5 |
| RGB | rgb(64, 206, 197) |
| HSL | hsl(176, 59%, 53%) |
| CMYK | cmyk(69%, 0%, 4%, 19%) |
| LAB | lab(75.6 -39.0 -6.5) |
| LCH | lch(75.6 39.6 189.4) |
| OKLCH | oklch(0.775 0.119 188.8) |
Copy-ready code
/* CSS */
color: #40cec5;
background-color: #40cec5;
/* Tailwind (arbitrary) */
class="text-[#40cec5] bg-[#40cec5]"
/* SCSS */
$brand: #40cec5;
/* SwiftUI */
Color(red: 0.251, green: 0.808, blue: 0.773)
/* Android */
Color.parseColor("#40cec5")Accessibility — WCAG contrast
Aa
#40cec5 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cec5 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green80.8%
Blue77.3%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow4.4%
Key (black)19.2%
Color previews
#40cec5 text on a black background
contrast 10.85:1
Card sample
#40cec5 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cec5;
Background color
Panel with #40cec5 background
background-color: #40cec5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cec5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 206, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 206, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cec5; background: linear-gradient(135deg, #40cec5, #4078CE);