#97cfb3
a light, soft green · cool · closest name: turquoise
RGB
151, 207, 179
HSL
150°, 37%, 70%
CMYK
27, 0, 14, 19
Luminance
0.5446
Every format
| HEX | #97cfb3 |
| RGB | rgb(151, 207, 179) |
| HSL | hsl(150, 37%, 70%) |
| CMYK | cmyk(27%, 0%, 14%, 19%) |
| LAB | lab(78.7 -23.9 8.1) |
| LCH | lch(78.7 25.2 161.2) |
| OKLCH | oklch(0.808 0.070 162.6) |
Copy-ready code
/* CSS */
color: #97cfb3;
background-color: #97cfb3;
/* Tailwind (arbitrary) */
class="text-[#97cfb3] bg-[#97cfb3]"
/* SCSS */
$brand: #97cfb3;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#97cfb3")Accessibility — WCAG contrast
Aa
#97cfb3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cfb3 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue70.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow13.5%
Key (black)18.8%
Color previews
#97cfb3 text on a black background
contrast 11.89:1
Card sample
#97cfb3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cfb3;
Background color
Panel with #97cfb3 background
background-color: #97cfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cfb3; background: linear-gradient(135deg, #97cfb3, #97C6CF);