#97cbba
a light, soft cyan · cool · closest name: silver
RGB
151, 203, 186
HSL
160°, 33%, 69%
CMYK
26, 0, 8, 20
Luminance
0.5284
Every format
| HEX | #97cbba |
| RGB | rgb(151, 203, 186) |
| HSL | hsl(160, 33%, 69%) |
| CMYK | cmyk(26%, 0%, 8%, 20%) |
| LAB | lab(77.8 -20.4 3.0) |
| LCH | lch(77.8 20.7 171.6) |
| OKLCH | oklch(0.801 0.059 172.6) |
Copy-ready code
/* CSS */
color: #97cbba;
background-color: #97cbba;
/* Tailwind (arbitrary) */
class="text-[#97cbba] bg-[#97cbba]"
/* SCSS */
$brand: #97cbba;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#97cbba")Accessibility — WCAG contrast
Aa
#97cbba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cbba on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue72.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#97cbba text on a black background
contrast 11.57:1
Card sample
#97cbba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cbba;
Background color
Panel with #97cbba background
background-color: #97cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cbba; background: linear-gradient(135deg, #97cbba, #97B9CB);