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