#bcf3af
a light, vivid green · cool · closest name: aquamarine
RGB
188, 243, 175
HSL
109°, 74%, 82%
CMYK
23, 0, 28, 5
Luminance
0.7789
Every format
| HEX | #bcf3af |
| RGB | rgb(188, 243, 175) |
| HSL | hsl(109, 74%, 82%) |
| CMYK | cmyk(23%, 0%, 28%, 5%) |
| LAB | lab(90.7 -29.9 27.3) |
| LCH | lch(90.7 40.5 137.6) |
| OKLCH | oklch(0.909 0.107 139.7) |
Copy-ready code
/* CSS */
color: #bcf3af;
background-color: #bcf3af;
/* Tailwind (arbitrary) */
class="text-[#bcf3af] bg-[#bcf3af]"
/* SCSS */
$brand: #bcf3af;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#bcf3af")Accessibility — WCAG contrast
Aa
#bcf3af on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3af on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue68.6%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#bcf3af text on a black background
contrast 16.58:1
Card sample
#bcf3af text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3af;
Background color
Panel with #bcf3af background
background-color: #bcf3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3af; background: linear-gradient(135deg, #bcf3af, #AFF3CF);