#97ceb1
a light, soft green · cool · closest name: turquoise
RGB
151, 206, 177
HSL
148°, 36%, 70%
CMYK
27, 0, 14, 19
Luminance
0.5390
Every format
| HEX | #97ceb1 |
| RGB | rgb(151, 206, 177) |
| HSL | hsl(148, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 14%, 19%) |
| LAB | lab(78.4 -23.8 8.7) |
| LCH | lch(78.4 25.3 159.8) |
| OKLCH | oklch(0.805 0.070 161.3) |
Copy-ready code
/* CSS */
color: #97ceb1;
background-color: #97ceb1;
/* Tailwind (arbitrary) */
class="text-[#97ceb1] bg-[#97ceb1]"
/* SCSS */
$brand: #97ceb1;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#97ceb1")Accessibility — WCAG contrast
Aa
#97ceb1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ceb1 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue69.4%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow14.1%
Key (black)19.2%
Color previews
#97ceb1 text on a black background
contrast 11.78:1
Card sample
#97ceb1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ceb1;
Background color
Panel with #97ceb1 background
background-color: #97ceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ceb1; background: linear-gradient(135deg, #97ceb1, #97C6CE);