#beceb5
a light, soft green · cool · closest name: silver
RGB
190, 206, 181
HSL
98°, 20%, 76%
CMYK
8, 0, 12, 19
Luminance
0.5843
Every format
| HEX | #beceb5 |
| RGB | rgb(190, 206, 181) |
| HSL | hsl(98, 20%, 76%) |
| CMYK | cmyk(8%, 0%, 12%, 19%) |
| LAB | lab(81.0 -10.0 10.6) |
| LCH | lch(81.0 14.6 133.3) |
| OKLCH | oklch(0.832 0.038 134.1) |
Copy-ready code
/* CSS */
color: #beceb5;
background-color: #beceb5;
/* Tailwind (arbitrary) */
class="text-[#beceb5] bg-[#beceb5]"
/* SCSS */
$brand: #beceb5;
/* SwiftUI */
Color(red: 0.745, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#beceb5")Accessibility — WCAG contrast
Aa
#beceb5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beceb5 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.8%
Blue71.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#beceb5 text on a black background
contrast 12.69:1
Card sample
#beceb5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beceb5;
Background color
Panel with #beceb5 background
background-color: #beceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beceb5; background: linear-gradient(135deg, #beceb5, #B5CEBD);