#97ceba
a light, soft green · cool · closest name: silver
RGB
151, 206, 186
HSL
158°, 36%, 70%
CMYK
27, 0, 10, 19
Luminance
0.5427
Every format
| HEX | #97ceba |
| RGB | rgb(151, 206, 186) |
| HSL | hsl(158, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 10%, 19%) |
| LAB | lab(78.6 -21.9 4.2) |
| LCH | lch(78.6 22.3 169.1) |
| OKLCH | oklch(0.808 0.064 170.2) |
Copy-ready code
/* CSS */
color: #97ceba;
background-color: #97ceba;
/* Tailwind (arbitrary) */
class="text-[#97ceba] bg-[#97ceba]"
/* SCSS */
$brand: #97ceba;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#97ceba")Accessibility — WCAG contrast
Aa
#97ceba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ceba on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue72.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#97ceba text on a black background
contrast 11.85:1
Card sample
#97ceba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ceba;
Background color
Panel with #97ceba background
background-color: #97ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ceba; background: linear-gradient(135deg, #97ceba, #97BDCE);