#adf5da
a light, electric green · cool · closest name: aquamarine
RGB
173, 245, 218
HSL
158°, 78%, 82%
CMYK
29, 0, 11, 4
Luminance
0.7925
Every format
| HEX | #adf5da |
| RGB | rgb(173, 245, 218) |
| HSL | hsl(158, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 11%, 4%) |
| LAB | lab(91.3 -27.8 5.9) |
| LCH | lch(91.3 28.4 168.1) |
| OKLCH | oklch(0.915 0.081 169.2) |
Copy-ready code
/* CSS */
color: #adf5da;
background-color: #adf5da;
/* Tailwind (arbitrary) */
class="text-[#adf5da] bg-[#adf5da]"
/* SCSS */
$brand: #adf5da;
/* SwiftUI */
Color(red: 0.678, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#adf5da")Accessibility — WCAG contrast
Aa
#adf5da on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf5da on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.1%
Blue85.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow11.0%
Key (black)3.9%
Color previews
#adf5da text on a black background
contrast 16.85:1
Card sample
#adf5da text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf5da;
Background color
Panel with #adf5da background
background-color: #adf5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf5da; background: linear-gradient(135deg, #adf5da, #ADE0F5);