#a5dbc2
a light, soft green · cool · closest name: beige
RGB
165, 219, 194
HSL
152°, 43%, 75%
CMYK
25, 0, 11, 14
Luminance
0.6256
Every format
| HEX | #a5dbc2 |
| RGB | rgb(165, 219, 194) |
| HSL | hsl(152, 43%, 75%) |
| CMYK | cmyk(25%, 0%, 11%, 14%) |
| LAB | lab(83.2 -22.4 6.7) |
| LCH | lch(83.2 23.4 163.4) |
| OKLCH | oklch(0.847 0.066 164.8) |
Copy-ready code
/* CSS */
color: #a5dbc2;
background-color: #a5dbc2;
/* Tailwind (arbitrary) */
class="text-[#a5dbc2] bg-[#a5dbc2]"
/* SCSS */
$brand: #a5dbc2;
/* SwiftUI */
Color(red: 0.647, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#a5dbc2")Accessibility — WCAG contrast
Aa
#a5dbc2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5dbc2 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green85.9%
Blue76.1%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#a5dbc2 text on a black background
contrast 13.51:1
Card sample
#a5dbc2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5dbc2;
Background color
Panel with #a5dbc2 background
background-color: #a5dbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5dbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5dbc2; background: linear-gradient(135deg, #a5dbc2, #A5D0DB);