#a5d8bc
a light, soft green · cool · closest name: beige
RGB
165, 216, 188
HSL
147°, 40%, 75%
CMYK
24, 0, 13, 15
Luminance
0.6074
Every format
| HEX | #a5d8bc |
| RGB | rgb(165, 216, 188) |
| HSL | hsl(147, 40%, 75%) |
| CMYK | cmyk(24%, 0%, 13%, 15%) |
| LAB | lab(82.2 -22.1 8.5) |
| LCH | lch(82.2 23.7 159.0) |
| OKLCH | oklch(0.839 0.066 160.5) |
Copy-ready code
/* CSS */
color: #a5d8bc;
background-color: #a5d8bc;
/* Tailwind (arbitrary) */
class="text-[#a5d8bc] bg-[#a5d8bc]"
/* SCSS */
$brand: #a5d8bc;
/* SwiftUI */
Color(red: 0.647, green: 0.847, blue: 0.737)
/* Android */
Color.parseColor("#a5d8bc")Accessibility — WCAG contrast
Aa
#a5d8bc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5d8bc on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green84.7%
Blue73.7%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow13.0%
Key (black)15.3%
Color previews
#a5d8bc text on a black background
contrast 13.15:1
Card sample
#a5d8bc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5d8bc;
Background color
Panel with #a5d8bc background
background-color: #a5d8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5d8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 216, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 216, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5d8bc; background: linear-gradient(135deg, #a5d8bc, #A5D2D8);