#bcdfc2
a light, soft green · cool · closest name: beige
RGB
188, 223, 194
HSL
130°, 35%, 81%
CMYK
16, 0, 13, 13
Luminance
0.6736
Every format
| HEX | #bcdfc2 |
| RGB | rgb(188, 223, 194) |
| HSL | hsl(130, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 13%, 13%) |
| LAB | lab(85.7 -17.0 10.4) |
| LCH | lch(85.7 19.9 148.5) |
| OKLCH | oklch(0.870 0.054 150.1) |
Copy-ready code
/* CSS */
color: #bcdfc2;
background-color: #bcdfc2;
/* Tailwind (arbitrary) */
class="text-[#bcdfc2] bg-[#bcdfc2]"
/* SCSS */
$brand: #bcdfc2;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.761)
/* Android */
Color.parseColor("#bcdfc2")Accessibility — WCAG contrast
Aa
#bcdfc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfc2 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue76.1%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow13.0%
Key (black)12.5%
Color previews
#bcdfc2 text on a black background
contrast 14.47:1
Card sample
#bcdfc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfc2;
Background color
Panel with #bcdfc2 background
background-color: #bcdfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfc2; background: linear-gradient(135deg, #bcdfc2, #BCDFD9);