#bcf5df
a light, vivid green · cool · closest name: beige
RGB
188, 245, 223
HSL
157°, 74%, 85%
CMYK
23, 0, 9, 4
Luminance
0.8132
Every format
| HEX | #bcf5df |
| RGB | rgb(188, 245, 223) |
| HSL | hsl(157, 74%, 85%) |
| CMYK | cmyk(23%, 0%, 9%, 4%) |
| LAB | lab(92.3 -22.4 4.7) |
| LCH | lch(92.3 22.9 168.1) |
| OKLCH | oklch(0.925 0.065 169.2) |
Copy-ready code
/* CSS */
color: #bcf5df;
background-color: #bcf5df;
/* Tailwind (arbitrary) */
class="text-[#bcf5df] bg-[#bcf5df]"
/* SCSS */
$brand: #bcf5df;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#bcf5df")Accessibility — WCAG contrast
Aa
#bcf5df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf5df on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#bcf5df text on a black background
contrast 17.26:1
Card sample
#bcf5df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf5df;
Background color
Panel with #bcf5df background
background-color: #bcf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf5df; background: linear-gradient(135deg, #bcf5df, #BCE5F5);