#40cfb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 178
HSL
168°, 60%, 53%
CMYK
69, 0, 14, 19
Luminance
0.4893
Every format
| HEX | #40cfb2 |
| RGB | rgb(64, 207, 178) |
| HSL | hsl(168, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 14%, 19%) |
| LAB | lab(75.4 -44.5 3.5) |
| LCH | lch(75.4 44.6 175.6) |
| OKLCH | oklch(0.772 0.127 176.2) |
Copy-ready code
/* CSS */
color: #40cfb2;
background-color: #40cfb2;
/* Tailwind (arbitrary) */
class="text-[#40cfb2] bg-[#40cfb2]"
/* SCSS */
$brand: #40cfb2;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#40cfb2")Accessibility — WCAG contrast
Aa
#40cfb2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfb2 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue69.8%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#40cfb2 text on a black background
contrast 10.79:1
Card sample
#40cfb2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfb2;
Background color
Panel with #40cfb2 background
background-color: #40cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfb2; background: linear-gradient(135deg, #40cfb2, #408DCF);