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