#bcccaf
a light, soft green · cool · closest name: silver
RGB
188, 204, 175
HSL
93°, 22%, 74%
CMYK
8, 0, 14, 20
Luminance
0.5697
Every format
| HEX | #bcccaf |
| RGB | rgb(188, 204, 175) |
| HSL | hsl(93, 22%, 74%) |
| CMYK | cmyk(8%, 0%, 14%, 20%) |
| LAB | lab(80.2 -10.7 12.6) |
| LCH | lch(80.2 16.6 130.2) |
| OKLCH | oklch(0.825 0.043 131.0) |
Copy-ready code
/* CSS */
color: #bcccaf;
background-color: #bcccaf;
/* Tailwind (arbitrary) */
class="text-[#bcccaf] bg-[#bcccaf]"
/* SCSS */
$brand: #bcccaf;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#bcccaf")Accessibility — WCAG contrast
Aa
#bcccaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccaf on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue68.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#bcccaf text on a black background
contrast 12.39:1
Card sample
#bcccaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccaf;
Background color
Panel with #bcccaf background
background-color: #bcccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccaf; background: linear-gradient(135deg, #bcccaf, #AFCCB5);