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