#bcf3d2
a light, vivid green · cool · closest name: beige
RGB
188, 243, 210
HSL
144°, 70%, 85%
CMYK
23, 0, 14, 5
Luminance
0.7945
Every format
| HEX | #bcf3d2 |
| RGB | rgb(188, 243, 210) |
| HSL | hsl(144, 70%, 85%) |
| CMYK | cmyk(23%, 0%, 14%, 5%) |
| LAB | lab(91.4 -23.9 10.3) |
| LCH | lch(91.4 26.0 156.7) |
| OKLCH | oklch(0.917 0.072 158.3) |
Copy-ready code
/* CSS */
color: #bcf3d2;
background-color: #bcf3d2;
/* Tailwind (arbitrary) */
class="text-[#bcf3d2] bg-[#bcf3d2]"
/* SCSS */
$brand: #bcf3d2;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.824)
/* Android */
Color.parseColor("#bcf3d2")Accessibility — WCAG contrast
Aa
#bcf3d2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3d2 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue82.4%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow13.6%
Key (black)4.7%
Color previews
#bcf3d2 text on a black background
contrast 16.89:1
Card sample
#bcf3d2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3d2;
Background color
Panel with #bcf3d2 background
background-color: #bcf3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3d2; background: linear-gradient(135deg, #bcf3d2, #BCEFF3);