#adfbcd
a light, electric green · cool · closest name: aquamarine
RGB
173, 251, 205
HSL
145°, 91%, 83%
CMYK
31, 0, 18, 2
Luminance
0.8229
Every format
| HEX | #adfbcd |
| RGB | rgb(173, 251, 205) |
| HSL | hsl(145, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 18%, 2%) |
| LAB | lab(92.7 -33.2 14.5) |
| LCH | lch(92.7 36.2 156.3) |
| OKLCH | oklch(0.925 0.099 157.9) |
Copy-ready code
/* CSS */
color: #adfbcd;
background-color: #adfbcd;
/* Tailwind (arbitrary) */
class="text-[#adfbcd] bg-[#adfbcd]"
/* SCSS */
$brand: #adfbcd;
/* SwiftUI */
Color(red: 0.678, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#adfbcd")Accessibility — WCAG contrast
Aa
#adfbcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfbcd on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.4%
Blue80.4%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#adfbcd text on a black background
contrast 17.46:1
Card sample
#adfbcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfbcd;
Background color
Panel with #adfbcd background
background-color: #adfbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfbcd; background: linear-gradient(135deg, #adfbcd, #ADF5FB);