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