#97cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
151, 205, 207
HSL
182°, 37%, 70%
CMYK
27, 1, 0, 19
Luminance
0.5475
Every format
| HEX | #97cdcf |
| RGB | rgb(151, 205, 207) |
| HSL | hsl(182, 37%, 70%) |
| CMYK | cmyk(27%, 1%, 0%, 19%) |
| LAB | lab(78.9 -16.9 -6.7) |
| LCH | lch(78.9 18.1 201.5) |
| OKLCH | oklch(0.812 0.056 199.0) |
Copy-ready code
/* CSS */
color: #97cdcf;
background-color: #97cdcf;
/* Tailwind (arbitrary) */
class="text-[#97cdcf] bg-[#97cdcf]"
/* SCSS */
$brand: #97cdcf;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#97cdcf")Accessibility — WCAG contrast
Aa
#97cdcf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdcf on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#97cdcf text on a black background
contrast 11.95:1
Card sample
#97cdcf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdcf;
Background color
Panel with #97cdcf background
background-color: #97cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdcf; background: linear-gradient(135deg, #97cdcf, #97A8CF);