#adfccf
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 207
HSL
146°, 93%, 83%
CMYK
31, 0, 18, 1
Luminance
0.8301
Every format
| HEX | #adfccf |
| RGB | rgb(173, 252, 207) |
| HSL | hsl(146, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 18%, 1%) |
| LAB | lab(93.0 -33.3 14.0) |
| LCH | lch(93.0 36.1 157.2) |
| OKLCH | oklch(0.928 0.099 158.8) |
Copy-ready code
/* CSS */
color: #adfccf;
background-color: #adfccf;
/* Tailwind (arbitrary) */
class="text-[#adfccf] bg-[#adfccf]"
/* SCSS */
$brand: #adfccf;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#adfccf")Accessibility — WCAG contrast
Aa
#adfccf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfccf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue81.2%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#adfccf text on a black background
contrast 17.60:1
Card sample
#adfccf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfccf;
Background color
Panel with #adfccf background
background-color: #adfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfccf; background: linear-gradient(135deg, #adfccf, #ADF4FC);