#40bf95
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 191, 149
HSL
160°, 50%, 50%
CMYK
67, 0, 22, 25
Luminance
0.4052
Every format
| HEX | #40bf95 |
| RGB | rgb(64, 191, 149) |
| HSL | hsl(160, 50%, 50%) |
| CMYK | cmyk(67%, 0%, 22%, 25%) |
| LAB | lab(69.8 -44.7 11.2) |
| LCH | lch(69.8 46.1 166.0) |
| OKLCH | oklch(0.724 0.127 167.0) |
Copy-ready code
/* CSS */
color: #40bf95;
background-color: #40bf95;
/* Tailwind (arbitrary) */
class="text-[#40bf95] bg-[#40bf95]"
/* SCSS */
$brand: #40bf95;
/* SwiftUI */
Color(red: 0.251, green: 0.749, blue: 0.584)
/* Android */
Color.parseColor("#40bf95")Accessibility — WCAG contrast
Aa
#40bf95 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40bf95 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green74.9%
Blue58.4%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow22.0%
Key (black)25.1%
Color previews
#40bf95 text on a black background
contrast 9.10:1
Card sample
#40bf95 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40bf95;
Background color
Panel with #40bf95 background
background-color: #40bf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40bf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 191, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 191, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40bf95; background: linear-gradient(135deg, #40bf95, #4094BF);