#a7dbc9
a light, soft green · cool · closest name: silver
RGB
167, 219, 201
HSL
159°, 42%, 76%
CMYK
24, 0, 8, 14
Luminance
0.6310
Every format
| HEX | #a7dbc9 |
| RGB | rgb(167, 219, 201) |
| HSL | hsl(159, 42%, 76%) |
| CMYK | cmyk(24%, 0%, 8%, 14%) |
| LAB | lab(83.5 -20.4 3.4) |
| LCH | lch(83.5 20.7 170.5) |
| OKLCH | oklch(0.850 0.059 171.6) |
Copy-ready code
/* CSS */
color: #a7dbc9;
background-color: #a7dbc9;
/* Tailwind (arbitrary) */
class="text-[#a7dbc9] bg-[#a7dbc9]"
/* SCSS */
$brand: #a7dbc9;
/* SwiftUI */
Color(red: 0.655, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#a7dbc9")Accessibility — WCAG contrast
Aa
#a7dbc9 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7dbc9 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green85.9%
Blue78.8%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#a7dbc9 text on a black background
contrast 13.62:1
Card sample
#a7dbc9 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7dbc9;
Background color
Panel with #a7dbc9 background
background-color: #a7dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7dbc9; background: linear-gradient(135deg, #a7dbc9, #A7CADB);