#b2ccae
a light, soft green · cool · closest name: silver
RGB
178, 204, 174
HSL
112°, 23%, 74%
CMYK
13, 0, 15, 20
Luminance
0.5571
Every format
| HEX | #b2ccae |
| RGB | rgb(178, 204, 174) |
| HSL | hsl(112, 23%, 74%) |
| CMYK | cmyk(13%, 0%, 15%, 20%) |
| LAB | lab(79.5 -14.4 12.1) |
| LCH | lch(79.5 18.8 140.0) |
| OKLCH | oklch(0.818 0.050 141.4) |
Copy-ready code
/* CSS */
color: #b2ccae;
background-color: #b2ccae;
/* Tailwind (arbitrary) */
class="text-[#b2ccae] bg-[#b2ccae]"
/* SCSS */
$brand: #b2ccae;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.682)
/* Android */
Color.parseColor("#b2ccae")Accessibility — WCAG contrast
Aa
#b2ccae on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccae on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue68.2%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow14.7%
Key (black)20.0%
Color previews
#b2ccae text on a black background
contrast 12.14:1
Card sample
#b2ccae text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccae;
Background color
Panel with #b2ccae background
background-color: #b2ccae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccae; background: linear-gradient(135deg, #b2ccae, #AECCBE);