#beaf99
a light, soft orange · warm · closest name: tan
RGB
190, 175, 153
HSL
36°, 22%, 67%
CMYK
0, 8, 20, 26
Luminance
0.4391
Every format
| HEX | #beaf99 |
| RGB | rgb(190, 175, 153) |
| HSL | hsl(36, 22%, 67%) |
| CMYK | cmyk(0%, 8%, 20%, 26%) |
| LAB | lab(72.2 1.8 13.2) |
| LCH | lch(72.2 13.3 82.4) |
| OKLCH | oklch(0.761 0.035 77.5) |
Copy-ready code
/* CSS */
color: #beaf99;
background-color: #beaf99;
/* Tailwind (arbitrary) */
class="text-[#beaf99] bg-[#beaf99]"
/* SCSS */
$brand: #beaf99;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#beaf99")Accessibility — WCAG contrast
Aa
#beaf99 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beaf99 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow19.5%
Key (black)25.5%
Color previews
#beaf99 text on a black background
contrast 9.78:1
Card sample
#beaf99 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beaf99;
Background color
Panel with #beaf99 background
background-color: #beaf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beaf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beaf99; background: linear-gradient(135deg, #beaf99, #B4BE99);