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