#97fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
151, 251, 223
HSL
163°, 93%, 79%
CMYK
40, 0, 11, 2
Luminance
0.8090
Every format
| HEX | #97fbdf |
| RGB | rgb(151, 251, 223) |
| HSL | hsl(163, 93%, 79%) |
| CMYK | cmyk(40%, 0%, 11%, 2%) |
| LAB | lab(92.1 -35.6 4.2) |
| LCH | lch(92.1 35.9 173.2) |
| OKLCH | oklch(0.919 0.103 174.0) |
Copy-ready code
/* CSS */
color: #97fbdf;
background-color: #97fbdf;
/* Tailwind (arbitrary) */
class="text-[#97fbdf] bg-[#97fbdf]"
/* SCSS */
$brand: #97fbdf;
/* SwiftUI */
Color(red: 0.592, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#97fbdf")Accessibility — WCAG contrast
Aa
#97fbdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fbdf on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#97fbdf text on a black background
contrast 17.18:1
Card sample
#97fbdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fbdf;
Background color
Panel with #97fbdf background
background-color: #97fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fbdf; background: linear-gradient(135deg, #97fbdf, #97D4FB);