#adceac
a light, soft green · cool · closest name: beige
RGB
173, 206, 172
HSL
118°, 26%, 74%
CMYK
16, 0, 17, 19
Luminance
0.5601
Every format
| HEX | #adceac |
| RGB | rgb(173, 206, 172) |
| HSL | hsl(118, 26%, 74%) |
| CMYK | cmyk(16%, 0%, 17%, 19%) |
| LAB | lab(79.6 -17.5 13.3) |
| LCH | lch(79.6 21.9 142.7) |
| OKLCH | oklch(0.818 0.059 144.2) |
Copy-ready code
/* CSS */
color: #adceac;
background-color: #adceac;
/* Tailwind (arbitrary) */
class="text-[#adceac] bg-[#adceac]"
/* SCSS */
$brand: #adceac;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#adceac")Accessibility — WCAG contrast
Aa
#adceac on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adceac on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue67.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#adceac text on a black background
contrast 12.20:1
Card sample
#adceac text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adceac;
Background color
Panel with #adceac background
background-color: #adceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adceac; background: linear-gradient(135deg, #adceac, #ACCEC2);