#bcf4db
a light, vivid green · cool · closest name: beige
RGB
188, 244, 219
HSL
153°, 72%, 85%
CMYK
23, 0, 10, 4
Luminance
0.8051
Every format
| HEX | #bcf4db |
| RGB | rgb(188, 244, 219) |
| HSL | hsl(153, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 10%, 4%) |
| LAB | lab(91.9 -22.7 6.3) |
| LCH | lch(91.9 23.5 164.5) |
| OKLCH | oklch(0.922 0.066 165.8) |
Copy-ready code
/* CSS */
color: #bcf4db;
background-color: #bcf4db;
/* Tailwind (arbitrary) */
class="text-[#bcf4db] bg-[#bcf4db]"
/* SCSS */
$brand: #bcf4db;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.859)
/* Android */
Color.parseColor("#bcf4db")Accessibility — WCAG contrast
Aa
#bcf4db on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4db on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue85.9%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow10.2%
Key (black)4.3%
Color previews
#bcf4db text on a black background
contrast 17.10:1
Card sample
#bcf4db text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4db;
Background color
Panel with #bcf4db background
background-color: #bcf4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4db; background: linear-gradient(135deg, #bcf4db, #BCE8F4);