#bcccad
a light, soft green · cool · closest name: beige
RGB
188, 204, 173
HSL
91°, 23%, 74%
CMYK
8, 0, 15, 20
Luminance
0.5689
Every format
| HEX | #bcccad |
| RGB | rgb(188, 204, 173) |
| HSL | hsl(91, 23%, 74%) |
| CMYK | cmyk(8%, 0%, 15%, 20%) |
| LAB | lab(80.1 -11.0 13.6) |
| LCH | lch(80.1 17.5 129.0) |
| OKLCH | oklch(0.825 0.046 129.7) |
Copy-ready code
/* CSS */
color: #bcccad;
background-color: #bcccad;
/* Tailwind (arbitrary) */
class="text-[#bcccad] bg-[#bcccad]"
/* SCSS */
$brand: #bcccad;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#bcccad")Accessibility — WCAG contrast
Aa
#bcccad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccad on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue67.8%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#bcccad text on a black background
contrast 12.38:1
Card sample
#bcccad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccad;
Background color
Panel with #bcccad background
background-color: #bcccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccad; background: linear-gradient(135deg, #bcccad, #ADCCB3);