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