#97cdb0
a light, soft green · cool · closest name: turquoise
RGB
151, 205, 176
HSL
148°, 35%, 70%
CMYK
26, 0, 14, 20
Luminance
0.5338
Every format
| HEX | #97cdb0 |
| RGB | rgb(151, 205, 176) |
| HSL | hsl(148, 35%, 70%) |
| CMYK | cmyk(26%, 0%, 14%, 20%) |
| LAB | lab(78.1 -23.5 8.8) |
| LCH | lch(78.1 25.1 159.4) |
| OKLCH | oklch(0.803 0.070 160.9) |
Copy-ready code
/* CSS */
color: #97cdb0;
background-color: #97cdb0;
/* Tailwind (arbitrary) */
class="text-[#97cdb0] bg-[#97cdb0]"
/* SCSS */
$brand: #97cdb0;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#97cdb0")Accessibility — WCAG contrast
Aa
#97cdb0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdb0 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue69.0%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow14.1%
Key (black)19.6%
Color previews
#97cdb0 text on a black background
contrast 11.68:1
Card sample
#97cdb0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdb0;
Background color
Panel with #97cdb0 background
background-color: #97cdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdb0; background: linear-gradient(135deg, #97cdb0, #97C6CD);