#97cdba
a light, soft green · cool · closest name: silver
RGB
151, 205, 186
HSL
159°, 35%, 70%
CMYK
26, 0, 9, 20
Luminance
0.5379
Every format
| HEX | #97cdba |
| RGB | rgb(151, 205, 186) |
| HSL | hsl(159, 35%, 70%) |
| CMYK | cmyk(26%, 0%, 9%, 20%) |
| LAB | lab(78.3 -21.4 3.8) |
| LCH | lch(78.3 21.8 169.9) |
| OKLCH | oklch(0.805 0.062 171.0) |
Copy-ready code
/* CSS */
color: #97cdba;
background-color: #97cdba;
/* Tailwind (arbitrary) */
class="text-[#97cdba] bg-[#97cdba]"
/* SCSS */
$brand: #97cdba;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#97cdba")Accessibility — WCAG contrast
Aa
#97cdba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdba on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#97cdba text on a black background
contrast 11.76:1
Card sample
#97cdba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdba;
Background color
Panel with #97cdba background
background-color: #97cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdba; background: linear-gradient(135deg, #97cdba, #97BCCD);