#c2beaf
a light, muted yellow · cool · closest name: silver
RGB
194, 190, 175
HSL
47°, 14%, 72%
CMYK
0, 2, 10, 24
Luminance
0.5139
Every format
| HEX | #c2beaf |
| RGB | rgb(194, 190, 175) |
| HSL | hsl(47, 14%, 72%) |
| CMYK | cmyk(0%, 2%, 10%, 24%) |
| LAB | lab(76.9 -1.2 8.1) |
| LCH | lch(76.9 8.2 98.7) |
| OKLCH | oklch(0.801 0.021 94.6) |
Copy-ready code
/* CSS */
color: #c2beaf;
background-color: #c2beaf;
/* Tailwind (arbitrary) */
class="text-[#c2beaf] bg-[#c2beaf]"
/* SCSS */
$brand: #c2beaf;
/* SwiftUI */
Color(red: 0.761, green: 0.745, blue: 0.686)
/* Android */
Color.parseColor("#c2beaf")Accessibility — WCAG contrast
Aa
#c2beaf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2beaf on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow9.8%
Key (black)23.9%
Color previews
#c2beaf text on a black background
contrast 11.28:1
Card sample
#c2beaf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2beaf;
Background color
Panel with #c2beaf background
background-color: #c2beaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2beaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 190, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 190, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2beaf; background: linear-gradient(135deg, #c2beaf, #B9C2AF);