#a4cfba
a light, soft green · cool · closest name: silver
RGB
164, 207, 186
HSL
151°, 31%, 73%
CMYK
21, 0, 10, 19
Luminance
0.5606
Every format
| HEX | #a4cfba |
| RGB | rgb(164, 207, 186) |
| HSL | hsl(151, 31%, 73%) |
| CMYK | cmyk(21%, 0%, 10%, 19%) |
| LAB | lab(79.7 -18.4 5.8) |
| LCH | lch(79.7 19.3 162.4) |
| OKLCH | oklch(0.818 0.054 163.9) |
Copy-ready code
/* CSS */
color: #a4cfba;
background-color: #a4cfba;
/* Tailwind (arbitrary) */
class="text-[#a4cfba] bg-[#a4cfba]"
/* SCSS */
$brand: #a4cfba;
/* SwiftUI */
Color(red: 0.643, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#a4cfba")Accessibility — WCAG contrast
Aa
#a4cfba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4cfba on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#a4cfba text on a black background
contrast 12.21:1
Card sample
#a4cfba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4cfba;
Background color
Panel with #a4cfba background
background-color: #a4cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4cfba; background: linear-gradient(135deg, #a4cfba, #A4C7CF);