#c2cb7d
a balanced, soft yellow · cool · closest name: khaki
RGB
194, 203, 125
HSL
67°, 43%, 64%
CMYK
4, 0, 38, 20
Luminance
0.5566
Every format
| HEX | #c2cb7d |
| RGB | rgb(194, 203, 125) |
| HSL | hsl(67, 43%, 64%) |
| CMYK | cmyk(4%, 0%, 38%, 20%) |
| LAB | lab(79.4 -15.1 37.9) |
| LCH | lch(79.4 40.8 111.7) |
| OKLCH | oklch(0.817 0.101 114.0) |
Copy-ready code
/* CSS */
color: #c2cb7d;
background-color: #c2cb7d;
/* Tailwind (arbitrary) */
class="text-[#c2cb7d] bg-[#c2cb7d]"
/* SCSS */
$brand: #c2cb7d;
/* SwiftUI */
Color(red: 0.761, green: 0.796, blue: 0.490)
/* Android */
Color.parseColor("#c2cb7d")Accessibility — WCAG contrast
Aa
#c2cb7d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cb7d on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.6%
Blue49.0%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow38.4%
Key (black)20.4%
Color previews
#c2cb7d text on a black background
contrast 12.13:1
Card sample
#c2cb7d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cb7d;
Background color
Panel with #c2cb7d background
background-color: #c2cb7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cb7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 203, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 203, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cb7d; background: linear-gradient(135deg, #c2cb7d, #8ECB7D);