#40cfc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 195
HSL
175°, 60%, 53%
CMYK
69, 0, 6, 19
Luminance
0.4966
Every format
| HEX | #40cfc3 |
| RGB | rgb(64, 207, 195) |
| HSL | hsl(175, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 6%, 19%) |
| LAB | lab(75.9 -40.0 -5.0) |
| LCH | lch(75.9 40.4 187.2) |
| OKLCH | oklch(0.777 0.120 186.8) |
Copy-ready code
/* CSS */
color: #40cfc3;
background-color: #40cfc3;
/* Tailwind (arbitrary) */
class="text-[#40cfc3] bg-[#40cfc3]"
/* SCSS */
$brand: #40cfc3;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#40cfc3")Accessibility — WCAG contrast
Aa
#40cfc3 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfc3 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue76.5%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow5.8%
Key (black)18.8%
Color previews
#40cfc3 text on a black background
contrast 10.93:1
Card sample
#40cfc3 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfc3;
Background color
Panel with #40cfc3 background
background-color: #40cfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfc3; background: linear-gradient(135deg, #40cfc3, #407BCF);