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