#aacebc
a light, soft green · cool · closest name: silver
RGB
170, 206, 188
HSL
150°, 27%, 74%
CMYK
18, 0, 9, 19
Luminance
0.5632
Every format
| HEX | #aacebc |
| RGB | rgb(170, 206, 188) |
| HSL | hsl(150, 27%, 74%) |
| CMYK | cmyk(18%, 0%, 9%, 19%) |
| LAB | lab(79.8 -15.5 5.0) |
| LCH | lch(79.8 16.3 162.1) |
| OKLCH | oklch(0.820 0.046 163.6) |
Copy-ready code
/* CSS */
color: #aacebc;
background-color: #aacebc;
/* Tailwind (arbitrary) */
class="text-[#aacebc] bg-[#aacebc]"
/* SCSS */
$brand: #aacebc;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#aacebc")Accessibility — WCAG contrast
Aa
#aacebc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacebc on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue73.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow8.7%
Key (black)19.2%
Color previews
#aacebc text on a black background
contrast 12.26:1
Card sample
#aacebc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacebc;
Background color
Panel with #aacebc background
background-color: #aacebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacebc; background: linear-gradient(135deg, #aacebc, #AAC8CE);