#bccfb9
a light, soft green · cool · closest name: silver
RGB
188, 207, 185
HSL
112°, 19%, 77%
CMYK
9, 0, 11, 19
Luminance
0.5882
Every format
| HEX | #bccfb9 |
| RGB | rgb(188, 207, 185) |
| HSL | hsl(112, 19%, 77%) |
| CMYK | cmyk(9%, 0%, 11%, 19%) |
| LAB | lab(81.2 -10.5 8.8) |
| LCH | lch(81.2 13.7 140.2) |
| OKLCH | oklch(0.834 0.036 141.4) |
Copy-ready code
/* CSS */
color: #bccfb9;
background-color: #bccfb9;
/* Tailwind (arbitrary) */
class="text-[#bccfb9] bg-[#bccfb9]"
/* SCSS */
$brand: #bccfb9;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.725)
/* Android */
Color.parseColor("#bccfb9")Accessibility — WCAG contrast
Aa
#bccfb9 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfb9 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue72.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow10.6%
Key (black)18.8%
Color previews
#bccfb9 text on a black background
contrast 12.76:1
Card sample
#bccfb9 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfb9;
Background color
Panel with #bccfb9 background
background-color: #bccfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfb9; background: linear-gradient(135deg, #bccfb9, #B9CFC5);