#97ceb4
a light, soft green · cool · closest name: turquoise
RGB
151, 206, 180
HSL
152°, 36%, 70%
CMYK
27, 0, 13, 19
Luminance
0.5402
Every format
| HEX | #97ceb4 |
| RGB | rgb(151, 206, 180) |
| HSL | hsl(152, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 13%, 19%) |
| LAB | lab(78.5 -23.2 7.2) |
| LCH | lch(78.5 24.3 162.7) |
| OKLCH | oklch(0.806 0.068 164.0) |
Copy-ready code
/* CSS */
color: #97ceb4;
background-color: #97ceb4;
/* Tailwind (arbitrary) */
class="text-[#97ceb4] bg-[#97ceb4]"
/* SCSS */
$brand: #97ceb4;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#97ceb4")Accessibility — WCAG contrast
Aa
#97ceb4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ceb4 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue70.6%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#97ceb4 text on a black background
contrast 11.80:1
Card sample
#97ceb4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ceb4;
Background color
Panel with #97ceb4 background
background-color: #97ceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ceb4; background: linear-gradient(135deg, #97ceb4, #97C3CE);