#97ffdb
a light, electric green · cool · closest name: aquamarine
RGB
151, 255, 219
HSL
159°, 100%, 80%
CMYK
41, 0, 14, 0
Luminance
0.8321
Every format
| HEX | #97ffdb |
| RGB | rgb(151, 255, 219) |
| HSL | hsl(159, 100%, 80%) |
| CMYK | cmyk(41%, 0%, 14%, 0%) |
| LAB | lab(93.1 -38.3 7.8) |
| LCH | lch(93.1 39.1 168.5) |
| OKLCH | oklch(0.927 0.110 169.6) |
Copy-ready code
/* CSS */
color: #97ffdb;
background-color: #97ffdb;
/* Tailwind (arbitrary) */
class="text-[#97ffdb] bg-[#97ffdb]"
/* SCSS */
$brand: #97ffdb;
/* SwiftUI */
Color(red: 0.592, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#97ffdb")Accessibility — WCAG contrast
Aa
#97ffdb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ffdb on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green100.0%
Blue85.9%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#97ffdb text on a black background
contrast 17.64:1
Card sample
#97ffdb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ffdb;
Background color
Panel with #97ffdb background
background-color: #97ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ffdb; background: linear-gradient(135deg, #97ffdb, #97DEFF);