#bcedcf
a light, vivid green · cool · closest name: beige
RGB
188, 237, 207
HSL
143°, 58%, 83%
CMYK
21, 0, 13, 7
Luminance
0.7576
Every format
| HEX | #bcedcf |
| RGB | rgb(188, 237, 207) |
| HSL | hsl(143, 58%, 83%) |
| CMYK | cmyk(21%, 0%, 13%, 7%) |
| LAB | lab(89.8 -21.5 9.4) |
| LCH | lch(89.8 23.5 156.4) |
| OKLCH | oklch(0.904 0.065 157.9) |
Copy-ready code
/* CSS */
color: #bcedcf;
background-color: #bcedcf;
/* Tailwind (arbitrary) */
class="text-[#bcedcf] bg-[#bcedcf]"
/* SCSS */
$brand: #bcedcf;
/* SwiftUI */
Color(red: 0.737, green: 0.929, blue: 0.812)
/* Android */
Color.parseColor("#bcedcf")Accessibility — WCAG contrast
Aa
#bcedcf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcedcf on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.9%
Blue81.2%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow12.7%
Key (black)7.1%
Color previews
#bcedcf text on a black background
contrast 16.15:1
Card sample
#bcedcf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcedcf;
Background color
Panel with #bcedcf background
background-color: #bcedcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcedcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 237, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 237, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcedcf; background: linear-gradient(135deg, #bcedcf, #BCEAED);