#bccbad
a light, soft green · cool · closest name: silver
RGB
188, 203, 173
HSL
90°, 22%, 74%
CMYK
7, 0, 15, 20
Luminance
0.5642
Every format
| HEX | #bccbad |
| RGB | rgb(188, 203, 173) |
| HSL | hsl(90, 22%, 74%) |
| CMYK | cmyk(7%, 0%, 15%, 20%) |
| LAB | lab(79.8 -10.5 13.3) |
| LCH | lch(79.8 16.9 128.4) |
| OKLCH | oklch(0.823 0.044 129.1) |
Copy-ready code
/* CSS */
color: #bccbad;
background-color: #bccbad;
/* Tailwind (arbitrary) */
class="text-[#bccbad] bg-[#bccbad]"
/* SCSS */
$brand: #bccbad;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#bccbad")Accessibility — WCAG contrast
Aa
#bccbad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccbad on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue67.8%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow14.8%
Key (black)20.4%
Color previews
#bccbad text on a black background
contrast 12.28:1
Card sample
#bccbad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccbad;
Background color
Panel with #bccbad background
background-color: #bccbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccbad; background: linear-gradient(135deg, #bccbad, #ADCBB2);