#aaccbb
a light, soft green · cool · closest name: silver
RGB
170, 204, 187
HSL
150°, 25%, 73%
CMYK
17, 0, 8, 20
Luminance
0.5532
Every format
| HEX | #aaccbb |
| RGB | rgb(170, 204, 187) |
| HSL | hsl(150, 25%, 73%) |
| CMYK | cmyk(17%, 0%, 8%, 20%) |
| LAB | lab(79.2 -14.7 4.7) |
| LCH | lch(79.2 15.4 162.2) |
| OKLCH | oklch(0.816 0.043 163.7) |
Copy-ready code
/* CSS */
color: #aaccbb;
background-color: #aaccbb;
/* Tailwind (arbitrary) */
class="text-[#aaccbb] bg-[#aaccbb]"
/* SCSS */
$brand: #aaccbb;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#aaccbb")Accessibility — WCAG contrast
Aa
#aaccbb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaccbb on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue73.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow8.3%
Key (black)20.0%
Color previews
#aaccbb text on a black background
contrast 12.06:1
Card sample
#aaccbb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaccbb;
Background color
Panel with #aaccbb background
background-color: #aaccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaccbb; background: linear-gradient(135deg, #aaccbb, #AAC6CC);