#97dfbe
a light, vivid green · cool · closest name: aquamarine
RGB
151, 223, 190
HSL
153°, 53%, 73%
CMYK
32, 0, 15, 13
Luminance
0.6307
Every format
| HEX | #97dfbe |
| RGB | rgb(151, 223, 190) |
| HSL | hsl(153, 53%, 73%) |
| CMYK | cmyk(32%, 0%, 15%, 13%) |
| LAB | lab(83.5 -29.4 9.1) |
| LCH | lch(83.5 30.8 162.8) |
| OKLCH | oklch(0.847 0.086 164.2) |
Copy-ready code
/* CSS */
color: #97dfbe;
background-color: #97dfbe;
/* Tailwind (arbitrary) */
class="text-[#97dfbe] bg-[#97dfbe]"
/* SCSS */
$brand: #97dfbe;
/* SwiftUI */
Color(red: 0.592, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#97dfbe")Accessibility — WCAG contrast
Aa
#97dfbe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dfbe on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.5%
Blue74.5%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#97dfbe text on a black background
contrast 13.61:1
Card sample
#97dfbe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dfbe;
Background color
Panel with #97dfbe background
background-color: #97dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dfbe; background: linear-gradient(135deg, #97dfbe, #97D0DF);