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