#bcf3db
a light, vivid green · cool · closest name: beige
RGB
188, 243, 219
HSL
154°, 70%, 85%
CMYK
23, 0, 10, 5
Luminance
0.7991
Every format
| HEX | #bcf3db |
| RGB | rgb(188, 243, 219) |
| HSL | hsl(154, 70%, 85%) |
| CMYK | cmyk(23%, 0%, 10%, 5%) |
| LAB | lab(91.6 -22.2 5.9) |
| LCH | lch(91.6 22.9 165.1) |
| OKLCH | oklch(0.920 0.065 166.4) |
Copy-ready code
/* CSS */
color: #bcf3db;
background-color: #bcf3db;
/* Tailwind (arbitrary) */
class="text-[#bcf3db] bg-[#bcf3db]"
/* SCSS */
$brand: #bcf3db;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.859)
/* Android */
Color.parseColor("#bcf3db")Accessibility — WCAG contrast
Aa
#bcf3db on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3db on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue85.9%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow9.9%
Key (black)4.7%
Color previews
#bcf3db text on a black background
contrast 16.98:1
Card sample
#bcf3db text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3db;
Background color
Panel with #bcf3db background
background-color: #bcf3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3db; background: linear-gradient(135deg, #bcf3db, #BCE6F3);