#bcf3cc
a light, vivid green · cool · closest name: aquamarine
RGB
188, 243, 204
HSL
138°, 70%, 85%
CMYK
23, 0, 16, 5
Luminance
0.7915
Every format
| HEX | #bcf3cc |
| RGB | rgb(188, 243, 204) |
| HSL | hsl(138, 70%, 85%) |
| CMYK | cmyk(23%, 0%, 16%, 5%) |
| LAB | lab(91.3 -25.0 13.2) |
| LCH | lch(91.3 28.2 152.2) |
| OKLCH | oklch(0.916 0.077 153.8) |
Copy-ready code
/* CSS */
color: #bcf3cc;
background-color: #bcf3cc;
/* Tailwind (arbitrary) */
class="text-[#bcf3cc] bg-[#bcf3cc]"
/* SCSS */
$brand: #bcf3cc;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.800)
/* Android */
Color.parseColor("#bcf3cc")Accessibility — WCAG contrast
Aa
#bcf3cc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3cc on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue80.0%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow16.0%
Key (black)4.7%
Color previews
#bcf3cc text on a black background
contrast 16.83:1
Card sample
#bcf3cc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3cc;
Background color
Panel with #bcf3cc background
background-color: #bcf3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3cc; background: linear-gradient(135deg, #bcf3cc, #BCF3F1);