#97cfad
a light, soft green · cool · closest name: turquoise
RGB
151, 207, 173
HSL
144°, 37%, 70%
CMYK
27, 0, 16, 19
Luminance
0.5422
Every format
| HEX | #97cfad |
| RGB | rgb(151, 207, 173) |
| HSL | hsl(144, 37%, 70%) |
| CMYK | cmyk(27%, 0%, 16%, 19%) |
| LAB | lab(78.6 -25.0 11.1) |
| LCH | lch(78.6 27.4 156.0) |
| OKLCH | oklch(0.806 0.075 157.6) |
Copy-ready code
/* CSS */
color: #97cfad;
background-color: #97cfad;
/* Tailwind (arbitrary) */
class="text-[#97cfad] bg-[#97cfad]"
/* SCSS */
$brand: #97cfad;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#97cfad")Accessibility — WCAG contrast
Aa
#97cfad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cfad on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue67.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#97cfad text on a black background
contrast 11.84:1
Card sample
#97cfad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cfad;
Background color
Panel with #97cfad background
background-color: #97cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cfad; background: linear-gradient(135deg, #97cfad, #97CCCF);