#bed8af
a light, soft green · cool · closest name: beige
RGB
190, 216, 175
HSL
98°, 35%, 77%
CMYK
12, 0, 19, 15
Luminance
0.6315
Every format
| HEX | #bed8af |
| RGB | rgb(190, 216, 175) |
| HSL | hsl(98, 35%, 77%) |
| CMYK | cmyk(12%, 0%, 19%, 15%) |
| LAB | lab(83.5 -16.1 17.4) |
| LCH | lch(83.5 23.7 132.8) |
| OKLCH | oklch(0.852 0.062 134.1) |
Copy-ready code
/* CSS */
color: #bed8af;
background-color: #bed8af;
/* Tailwind (arbitrary) */
class="text-[#bed8af] bg-[#bed8af]"
/* SCSS */
$brand: #bed8af;
/* SwiftUI */
Color(red: 0.745, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#bed8af")Accessibility — WCAG contrast
Aa
#bed8af on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed8af on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green84.7%
Blue68.6%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow19.0%
Key (black)15.3%
Color previews
#bed8af text on a black background
contrast 13.63:1
Card sample
#bed8af text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed8af;
Background color
Panel with #bed8af background
background-color: #bed8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed8af; background: linear-gradient(135deg, #bed8af, #AFD8BB);