#adfcd2
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 210
HSL
148°, 93%, 83%
CMYK
31, 0, 17, 1
Luminance
0.8316
Every format
| HEX | #adfcd2 |
| RGB | rgb(173, 252, 210) |
| HSL | hsl(148, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 17%, 1%) |
| LAB | lab(93.1 -32.7 12.5) |
| LCH | lch(93.1 35.0 159.1) |
| OKLCH | oklch(0.929 0.097 160.5) |
Copy-ready code
/* CSS */
color: #adfcd2;
background-color: #adfcd2;
/* Tailwind (arbitrary) */
class="text-[#adfcd2] bg-[#adfcd2]"
/* SCSS */
$brand: #adfcd2;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#adfcd2")Accessibility — WCAG contrast
Aa
#adfcd2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcd2 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue82.4%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#adfcd2 text on a black background
contrast 17.63:1
Card sample
#adfcd2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcd2;
Background color
Panel with #adfcd2 background
background-color: #adfcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcd2; background: linear-gradient(135deg, #adfcd2, #ADF1FC);