#bedeb2
a light, soft green · cool · closest name: beige
RGB
190, 222, 178
HSL
104°, 40%, 78%
CMYK
14, 0, 20, 13
Luminance
0.6640
Every format
| HEX | #bedeb2 |
| RGB | rgb(190, 222, 178) |
| HSL | hsl(104, 40%, 78%) |
| CMYK | cmyk(14%, 0%, 20%, 13%) |
| LAB | lab(85.2 -18.6 18.1) |
| LCH | lch(85.2 26.0 135.7) |
| OKLCH | oklch(0.866 0.069 137.2) |
Copy-ready code
/* CSS */
color: #bedeb2;
background-color: #bedeb2;
/* Tailwind (arbitrary) */
class="text-[#bedeb2] bg-[#bedeb2]"
/* SCSS */
$brand: #bedeb2;
/* SwiftUI */
Color(red: 0.745, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#bedeb2")Accessibility — WCAG contrast
Aa
#bedeb2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedeb2 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.1%
Blue69.8%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#bedeb2 text on a black background
contrast 14.28:1
Card sample
#bedeb2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedeb2;
Background color
Panel with #bedeb2 background
background-color: #bedeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedeb2; background: linear-gradient(135deg, #bedeb2, #B2DEC3);