#97fad2
a light, electric green · cool · closest name: aquamarine
RGB
151, 250, 210
HSL
156°, 91%, 79%
CMYK
40, 0, 16, 2
Luminance
0.7960
Every format
| HEX | #97fad2 |
| RGB | rgb(151, 250, 210) |
| HSL | hsl(156, 91%, 79%) |
| CMYK | cmyk(40%, 0%, 16%, 2%) |
| LAB | lab(91.5 -37.9 10.1) |
| LCH | lch(91.5 39.2 165.0) |
| OKLCH | oklch(0.913 0.110 166.3) |
Copy-ready code
/* CSS */
color: #97fad2;
background-color: #97fad2;
/* Tailwind (arbitrary) */
class="text-[#97fad2] bg-[#97fad2]"
/* SCSS */
$brand: #97fad2;
/* SwiftUI */
Color(red: 0.592, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#97fad2")Accessibility — WCAG contrast
Aa
#97fad2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fad2 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.0%
Blue82.4%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#97fad2 text on a black background
contrast 16.92:1
Card sample
#97fad2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fad2;
Background color
Panel with #97fad2 background
background-color: #97fad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fad2; background: linear-gradient(135deg, #97fad2, #97E0FA);