#97ceac
a light, soft green · cool · closest name: turquoise
RGB
151, 206, 172
HSL
143°, 36%, 70%
CMYK
27, 0, 17, 19
Luminance
0.5370
Every format
| HEX | #97ceac |
| RGB | rgb(151, 206, 172) |
| HSL | hsl(143, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 17%, 19%) |
| LAB | lab(78.3 -24.7 11.2) |
| LCH | lch(78.3 27.2 155.6) |
| OKLCH | oklch(0.804 0.075 157.1) |
Copy-ready code
/* CSS */
color: #97ceac;
background-color: #97ceac;
/* Tailwind (arbitrary) */
class="text-[#97ceac] bg-[#97ceac]"
/* SCSS */
$brand: #97ceac;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#97ceac")Accessibility — WCAG contrast
Aa
#97ceac on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ceac on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue67.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#97ceac text on a black background
contrast 11.74:1
Card sample
#97ceac text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ceac;
Background color
Panel with #97ceac background
background-color: #97ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ceac; background: linear-gradient(135deg, #97ceac, #97CBCE);