#bcddaf
a light, soft green · cool · closest name: beige
RGB
188, 221, 175
HSL
103°, 40%, 78%
CMYK
15, 0, 21, 13
Luminance
0.6550
Every format
| HEX | #bcddaf |
| RGB | rgb(188, 221, 175) |
| HSL | hsl(103, 40%, 78%) |
| CMYK | cmyk(15%, 0%, 21%, 13%) |
| LAB | lab(84.7 -19.3 19.1) |
| LCH | lch(84.7 27.1 135.3) |
| OKLCH | oklch(0.862 0.071 136.9) |
Copy-ready code
/* CSS */
color: #bcddaf;
background-color: #bcddaf;
/* Tailwind (arbitrary) */
class="text-[#bcddaf] bg-[#bcddaf]"
/* SCSS */
$brand: #bcddaf;
/* SwiftUI */
Color(red: 0.737, green: 0.867, blue: 0.686)
/* Android */
Color.parseColor("#bcddaf")Accessibility — WCAG contrast
Aa
#bcddaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcddaf on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.7%
Blue68.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow20.8%
Key (black)13.3%
Color previews
#bcddaf text on a black background
contrast 14.10:1
Card sample
#bcddaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcddaf;
Background color
Panel with #bcddaf background
background-color: #bcddaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcddaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 221, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 221, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcddaf; background: linear-gradient(135deg, #bcddaf, #AFDDC0);