#97ccce
a light, soft cyan · cool · closest name: skyblue
RGB
151, 204, 206
HSL
182°, 36%, 70%
CMYK
27, 1, 0, 19
Luminance
0.5422
Every format
| HEX | #97ccce |
| RGB | rgb(151, 204, 206) |
| HSL | hsl(182, 36%, 70%) |
| CMYK | cmyk(27%, 1%, 0%, 19%) |
| LAB | lab(78.6 -16.6 -6.6) |
| LCH | lch(78.6 17.9 201.6) |
| OKLCH | oklch(0.809 0.055 199.0) |
Copy-ready code
/* CSS */
color: #97ccce;
background-color: #97ccce;
/* Tailwind (arbitrary) */
class="text-[#97ccce] bg-[#97ccce]"
/* SCSS */
$brand: #97ccce;
/* SwiftUI */
Color(red: 0.592, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#97ccce")Accessibility — WCAG contrast
Aa
#97ccce on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ccce on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.0%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#97ccce text on a black background
contrast 11.84:1
Card sample
#97ccce text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ccce;
Background color
Panel with #97ccce background
background-color: #97ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ccce; background: linear-gradient(135deg, #97ccce, #97A7CE);