#97cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
151, 207, 204
HSL
177°, 37%, 70%
CMYK
27, 0, 1, 19
Luminance
0.5556
Every format
| HEX | #97cfcc |
| RGB | rgb(151, 207, 204) |
| HSL | hsl(177, 37%, 70%) |
| CMYK | cmyk(27%, 0%, 1%, 19%) |
| LAB | lab(79.4 -18.6 -4.3) |
| LCH | lch(79.4 19.1 193.2) |
| OKLCH | oklch(0.815 0.058 191.9) |
Copy-ready code
/* CSS */
color: #97cfcc;
background-color: #97cfcc;
/* Tailwind (arbitrary) */
class="text-[#97cfcc] bg-[#97cfcc]"
/* SCSS */
$brand: #97cfcc;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#97cfcc")Accessibility — WCAG contrast
Aa
#97cfcc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cfcc on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue80.0%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#97cfcc text on a black background
contrast 12.11:1
Card sample
#97cfcc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cfcc;
Background color
Panel with #97cfcc background
background-color: #97cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cfcc; background: linear-gradient(135deg, #97cfcc, #97ADCF);