#a8ceb3
a light, soft green · cool · closest name: silver
RGB
168, 206, 179
HSL
137°, 28%, 73%
CMYK
18, 0, 13, 19
Luminance
0.5572
Every format
| HEX | #a8ceb3 |
| RGB | rgb(168, 206, 179) |
| HSL | hsl(137, 28%, 73%) |
| CMYK | cmyk(18%, 0%, 13%, 19%) |
| LAB | lab(79.5 -17.9 9.3) |
| LCH | lch(79.5 20.1 152.5) |
| OKLCH | oklch(0.816 0.055 154.1) |
Copy-ready code
/* CSS */
color: #a8ceb3;
background-color: #a8ceb3;
/* Tailwind (arbitrary) */
class="text-[#a8ceb3] bg-[#a8ceb3]"
/* SCSS */
$brand: #a8ceb3;
/* SwiftUI */
Color(red: 0.659, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#a8ceb3")Accessibility — WCAG contrast
Aa
#a8ceb3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ceb3 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green80.8%
Blue70.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#a8ceb3 text on a black background
contrast 12.14:1
Card sample
#a8ceb3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ceb3;
Background color
Panel with #a8ceb3 background
background-color: #a8ceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ceb3; background: linear-gradient(135deg, #a8ceb3, #A8CECC);