#bccfb0
a light, soft green · cool · closest name: beige
RGB
188, 207, 176
HSL
97°, 24%, 75%
CMYK
9, 0, 15, 19
Luminance
0.5845
Every format
| HEX | #bccfb0 |
| RGB | rgb(188, 207, 176) |
| HSL | hsl(97, 24%, 75%) |
| CMYK | cmyk(9%, 0%, 15%, 19%) |
| LAB | lab(81.0 -12.1 13.3) |
| LCH | lch(81.0 17.9 132.3) |
| OKLCH | oklch(0.832 0.047 133.3) |
Copy-ready code
/* CSS */
color: #bccfb0;
background-color: #bccfb0;
/* Tailwind (arbitrary) */
class="text-[#bccfb0] bg-[#bccfb0]"
/* SCSS */
$brand: #bccfb0;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#bccfb0")Accessibility — WCAG contrast
Aa
#bccfb0 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfb0 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue69.0%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#bccfb0 text on a black background
contrast 12.69:1
Card sample
#bccfb0 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfb0;
Background color
Panel with #bccfb0 background
background-color: #bccfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfb0; background: linear-gradient(135deg, #bccfb0, #B0CFB9);