#bcceb2
a light, soft green · cool · closest name: silver
RGB
188, 206, 178
HSL
99°, 22%, 75%
CMYK
9, 0, 14, 19
Luminance
0.5805
Every format
| HEX | #bcceb2 |
| RGB | rgb(188, 206, 178) |
| HSL | hsl(99, 22%, 75%) |
| CMYK | cmyk(9%, 0%, 14%, 19%) |
| LAB | lab(80.8 -11.2 11.9) |
| LCH | lch(80.8 16.3 133.3) |
| OKLCH | oklch(0.830 0.043 134.3) |
Copy-ready code
/* CSS */
color: #bcceb2;
background-color: #bcceb2;
/* Tailwind (arbitrary) */
class="text-[#bcceb2] bg-[#bcceb2]"
/* SCSS */
$brand: #bcceb2;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#bcceb2")Accessibility — WCAG contrast
Aa
#bcceb2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcceb2 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue69.8%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#bcceb2 text on a black background
contrast 12.61:1
Card sample
#bcceb2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcceb2;
Background color
Panel with #bcceb2 background
background-color: #bcceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcceb2; background: linear-gradient(135deg, #bcceb2, #B2CEBB);