#a7ceba
a light, soft green · cool · closest name: silver
RGB
167, 206, 186
HSL
149°, 29%, 73%
CMYK
19, 0, 10, 19
Luminance
0.5590
Every format
| HEX | #a7ceba |
| RGB | rgb(167, 206, 186) |
| HSL | hsl(149, 29%, 73%) |
| CMYK | cmyk(19%, 0%, 10%, 19%) |
| LAB | lab(79.6 -16.9 5.7) |
| LCH | lch(79.6 17.8 161.3) |
| OKLCH | oklch(0.818 0.050 162.8) |
Copy-ready code
/* CSS */
color: #a7ceba;
background-color: #a7ceba;
/* Tailwind (arbitrary) */
class="text-[#a7ceba] bg-[#a7ceba]"
/* SCSS */
$brand: #a7ceba;
/* SwiftUI */
Color(red: 0.655, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#a7ceba")Accessibility — WCAG contrast
Aa
#a7ceba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ceba on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.8%
Blue72.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#a7ceba text on a black background
contrast 12.18:1
Card sample
#a7ceba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ceba;
Background color
Panel with #a7ceba background
background-color: #a7ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ceba; background: linear-gradient(135deg, #a7ceba, #A7C8CE);