#bcf4d2
a light, vivid green · cool · closest name: beige
RGB
188, 244, 210
HSL
144°, 72%, 85%
CMYK
23, 0, 14, 4
Luminance
0.8005
Every format
| HEX | #bcf4d2 |
| RGB | rgb(188, 244, 210) |
| HSL | hsl(144, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 14%, 4%) |
| LAB | lab(91.7 -24.4 10.7) |
| LCH | lch(91.7 26.6 156.4) |
| OKLCH | oklch(0.920 0.073 157.9) |
Copy-ready code
/* CSS */
color: #bcf4d2;
background-color: #bcf4d2;
/* Tailwind (arbitrary) */
class="text-[#bcf4d2] bg-[#bcf4d2]"
/* SCSS */
$brand: #bcf4d2;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#bcf4d2")Accessibility — WCAG contrast
Aa
#bcf4d2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4d2 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue82.4%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#bcf4d2 text on a black background
contrast 17.01:1
Card sample
#bcf4d2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4d2;
Background color
Panel with #bcf4d2 background
background-color: #bcf4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4d2; background: linear-gradient(135deg, #bcf4d2, #BCF1F4);