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