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