#bceccd
a light, vivid green · cool · closest name: beige
RGB
188, 236, 205
HSL
141°, 56%, 83%
CMYK
20, 0, 13, 8
Luminance
0.7509
Every format
| HEX | #bceccd |
| RGB | rgb(188, 236, 205) |
| HSL | hsl(141, 56%, 83%) |
| CMYK | cmyk(20%, 0%, 13%, 8%) |
| LAB | lab(89.4 -21.4 10.0) |
| LCH | lch(89.4 23.6 154.9) |
| OKLCH | oklch(0.901 0.065 156.5) |
Copy-ready code
/* CSS */
color: #bceccd;
background-color: #bceccd;
/* Tailwind (arbitrary) */
class="text-[#bceccd] bg-[#bceccd]"
/* SCSS */
$brand: #bceccd;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#bceccd")Accessibility — WCAG contrast
Aa
#bceccd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceccd on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue80.4%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#bceccd text on a black background
contrast 16.02:1
Card sample
#bceccd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceccd;
Background color
Panel with #bceccd background
background-color: #bceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceccd; background: linear-gradient(135deg, #bceccd, #BCEBEC);