#97fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
151, 252, 223
HSL
163°, 94%, 79%
CMYK
40, 0, 12, 1
Luminance
0.8153
Every format
| HEX | #97fcdf |
| RGB | rgb(151, 252, 223) |
| HSL | hsl(163, 94%, 79%) |
| CMYK | cmyk(40%, 0%, 12%, 1%) |
| LAB | lab(92.4 -36.1 4.6) |
| LCH | lch(92.4 36.4 172.7) |
| OKLCH | oklch(0.921 0.104 173.5) |
Copy-ready code
/* CSS */
color: #97fcdf;
background-color: #97fcdf;
/* Tailwind (arbitrary) */
class="text-[#97fcdf] bg-[#97fcdf]"
/* SCSS */
$brand: #97fcdf;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#97fcdf")Accessibility — WCAG contrast
Aa
#97fcdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fcdf on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue87.5%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#97fcdf text on a black background
contrast 17.31:1
Card sample
#97fcdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fcdf;
Background color
Panel with #97fcdf background
background-color: #97fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fcdf; background: linear-gradient(135deg, #97fcdf, #97D6FC);