#97dfba
a light, vivid green · cool · closest name: aquamarine
RGB
151, 223, 186
HSL
149°, 53%, 73%
CMYK
32, 0, 17, 13
Luminance
0.6290
Every format
| HEX | #97dfba |
| RGB | rgb(151, 223, 186) |
| HSL | hsl(149, 53%, 73%) |
| CMYK | cmyk(32%, 0%, 17%, 13%) |
| LAB | lab(83.4 -30.2 11.1) |
| LCH | lch(83.4 32.2 159.9) |
| OKLCH | oklch(0.846 0.089 161.3) |
Copy-ready code
/* CSS */
color: #97dfba;
background-color: #97dfba;
/* Tailwind (arbitrary) */
class="text-[#97dfba] bg-[#97dfba]"
/* SCSS */
$brand: #97dfba;
/* SwiftUI */
Color(red: 0.592, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#97dfba")Accessibility — WCAG contrast
Aa
#97dfba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dfba on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.5%
Blue72.9%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#97dfba text on a black background
contrast 13.58:1
Card sample
#97dfba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dfba;
Background color
Panel with #97dfba background
background-color: #97dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dfba; background: linear-gradient(135deg, #97dfba, #97D4DF);