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