#bcf9db
a pale, electric green · cool · closest name: aquamarine
RGB
188, 249, 219
HSL
151°, 84%, 86%
CMYK
25, 0, 12, 2
Luminance
0.8356
Every format
| HEX | #bcf9db |
| RGB | rgb(188, 249, 219) |
| HSL | hsl(151, 84%, 86%) |
| CMYK | cmyk(25%, 0%, 12%, 2%) |
| LAB | lab(93.3 -25.1 8.2) |
| LCH | lch(93.3 26.4 161.8) |
| OKLCH | oklch(0.933 0.074 163.3) |
Copy-ready code
/* CSS */
color: #bcf9db;
background-color: #bcf9db;
/* Tailwind (arbitrary) */
class="text-[#bcf9db] bg-[#bcf9db]"
/* SCSS */
$brand: #bcf9db;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.859)
/* Android */
Color.parseColor("#bcf9db")Accessibility — WCAG contrast
Aa
#bcf9db on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf9db on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue85.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow12.0%
Key (black)2.4%
Color previews
#bcf9db text on a black background
contrast 17.71:1
Card sample
#bcf9db text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf9db;
Background color
Panel with #bcf9db background
background-color: #bcf9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf9db; background: linear-gradient(135deg, #bcf9db, #BCEEF9);