#40cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 172
HSL
165°, 60%, 53%
CMYK
69, 0, 17, 19
Luminance
0.4869
Every format
| HEX | #40cfac |
| RGB | rgb(64, 207, 172) |
| HSL | hsl(165, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 17%, 19%) |
| LAB | lab(75.3 -46.0 6.5) |
| LCH | lch(75.3 46.4 172.0) |
| OKLCH | oklch(0.770 0.131 172.8) |
Copy-ready code
/* CSS */
color: #40cfac;
background-color: #40cfac;
/* Tailwind (arbitrary) */
class="text-[#40cfac] bg-[#40cfac]"
/* SCSS */
$brand: #40cfac;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#40cfac")Accessibility — WCAG contrast
Aa
#40cfac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfac on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue67.5%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#40cfac text on a black background
contrast 10.74:1
Card sample
#40cfac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfac;
Background color
Panel with #40cfac background
background-color: #40cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfac; background: linear-gradient(135deg, #40cfac, #4093CF);