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