#adeccb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 203
HSL
149°, 62%, 80%
CMYK
27, 0, 14, 8
Luminance
0.7319
Every format
| HEX | #adeccb |
| RGB | rgb(173, 236, 203) |
| HSL | hsl(149, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 14%, 8%) |
| LAB | lab(88.5 -26.5 9.7) |
| LCH | lch(88.5 28.2 160.0) |
| OKLCH | oklch(0.892 0.078 161.4) |
Copy-ready code
/* CSS */
color: #adeccb;
background-color: #adeccb;
/* Tailwind (arbitrary) */
class="text-[#adeccb] bg-[#adeccb]"
/* SCSS */
$brand: #adeccb;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#adeccb")Accessibility — WCAG contrast
Aa
#adeccb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeccb on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue79.6%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#adeccb text on a black background
contrast 15.64:1
Card sample
#adeccb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeccb;
Background color
Panel with #adeccb background
background-color: #adeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeccb; background: linear-gradient(135deg, #adeccb, #ADE3EC);