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