#97c3ce
a light, soft cyan · cool · closest name: skyblue
RGB
151, 195, 206
HSL
192°, 36%, 70%
CMYK
27, 5, 0, 19
Luminance
0.5007
Every format
| HEX | #97c3ce |
| RGB | rgb(151, 195, 206) |
| HSL | hsl(192, 36%, 70%) |
| CMYK | cmyk(27%, 5%, 0%, 19%) |
| LAB | lab(76.1 -11.9 -10.3) |
| LCH | lch(76.1 15.7 220.6) |
| OKLCH | oklch(0.789 0.049 214.7) |
Copy-ready code
/* CSS */
color: #97c3ce;
background-color: #97c3ce;
/* Tailwind (arbitrary) */
class="text-[#97c3ce] bg-[#97c3ce]"
/* SCSS */
$brand: #97c3ce;
/* SwiftUI */
Color(red: 0.592, green: 0.765, blue: 0.808)
/* Android */
Color.parseColor("#97c3ce")Accessibility — WCAG contrast
Aa
#97c3ce on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97c3ce on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green76.5%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta5.3%
Yellow0.0%
Key (black)19.2%
Color previews
#97c3ce text on a black background
contrast 11.01:1
Card sample
#97c3ce text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97c3ce;
Background color
Panel with #97c3ce background
background-color: #97c3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97c3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 195, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 195, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97c3ce; background: linear-gradient(135deg, #97c3ce, #979ECE);