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