#97eed2
a light, vivid cyan · cool · closest name: aquamarine
RGB
151, 238, 210
HSL
161°, 72%, 76%
CMYK
37, 0, 12, 7
Luminance
0.7238
Every format
| HEX | #97eed2 |
| RGB | rgb(151, 238, 210) |
| HSL | hsl(161, 72%, 76%) |
| CMYK | cmyk(37%, 0%, 12%, 7%) |
| LAB | lab(88.2 -32.4 5.3) |
| LCH | lch(88.2 32.8 170.7) |
| OKLCH | oklch(0.886 0.093 171.7) |
Copy-ready code
/* CSS */
color: #97eed2;
background-color: #97eed2;
/* Tailwind (arbitrary) */
class="text-[#97eed2] bg-[#97eed2]"
/* SCSS */
$brand: #97eed2;
/* SwiftUI */
Color(red: 0.592, green: 0.933, blue: 0.824)
/* Android */
Color.parseColor("#97eed2")Accessibility — WCAG contrast
Aa
#97eed2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eed2 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.3%
Blue82.4%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow11.8%
Key (black)6.7%
Color previews
#97eed2 text on a black background
contrast 15.48:1
Card sample
#97eed2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eed2;
Background color
Panel with #97eed2 background
background-color: #97eed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 238, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 238, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eed2; background: linear-gradient(135deg, #97eed2, #97D0EE);