#adfcdf
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 223
HSL
158°, 93%, 83%
CMYK
31, 0, 12, 1
Luminance
0.8383
Every format
| HEX | #adfcdf |
| RGB | rgb(173, 252, 223) |
| HSL | hsl(158, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 12%, 1%) |
| LAB | lab(93.4 -30.1 6.2) |
| LCH | lch(93.4 30.8 168.3) |
| OKLCH | oklch(0.932 0.087 169.4) |
Copy-ready code
/* CSS */
color: #adfcdf;
background-color: #adfcdf;
/* Tailwind (arbitrary) */
class="text-[#adfcdf] bg-[#adfcdf]"
/* SCSS */
$brand: #adfcdf;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#adfcdf")Accessibility — WCAG contrast
Aa
#adfcdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcdf on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#adfcdf text on a black background
contrast 17.77:1
Card sample
#adfcdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcdf;
Background color
Panel with #adfcdf background
background-color: #adfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcdf; background: linear-gradient(135deg, #adfcdf, #ADE4FC);