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