#aeceb7
a light, soft green · cool · closest name: silver
RGB
174, 206, 183
HSL
137°, 25%, 75%
CMYK
16, 0, 11, 19
Luminance
0.5656
Every format
| HEX | #aeceb7 |
| RGB | rgb(174, 206, 183) |
| HSL | hsl(137, 25%, 75%) |
| CMYK | cmyk(16%, 0%, 11%, 19%) |
| LAB | lab(79.9 -15.1 7.9) |
| LCH | lch(79.9 17.1 152.4) |
| OKLCH | oklch(0.822 0.047 154.0) |
Copy-ready code
/* CSS */
color: #aeceb7;
background-color: #aeceb7;
/* Tailwind (arbitrary) */
class="text-[#aeceb7] bg-[#aeceb7]"
/* SCSS */
$brand: #aeceb7;
/* SwiftUI */
Color(red: 0.682, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#aeceb7")Accessibility — WCAG contrast
Aa
#aeceb7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeceb7 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.8%
Blue71.8%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#aeceb7 text on a black background
contrast 12.31:1
Card sample
#aeceb7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeceb7;
Background color
Panel with #aeceb7 background
background-color: #aeceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeceb7; background: linear-gradient(135deg, #aeceb7, #AECECC);