#cbcf7c
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 207, 124
HSL
63°, 46%, 65%
CMYK
2, 0, 40, 19
Luminance
0.5878
Every format
| HEX | #cbcf7c |
| RGB | rgb(203, 207, 124) |
| HSL | hsl(63, 46%, 65%) |
| CMYK | cmyk(2%, 0%, 40%, 19%) |
| LAB | lab(81.2 -13.7 40.7) |
| LCH | lch(81.2 43.0 108.5) |
| OKLCH | oklch(0.833 0.106 110.9) |
Copy-ready code
/* CSS */
color: #cbcf7c;
background-color: #cbcf7c;
/* Tailwind (arbitrary) */
class="text-[#cbcf7c] bg-[#cbcf7c]"
/* SCSS */
$brand: #cbcf7c;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#cbcf7c")Accessibility — WCAG contrast
Aa
#cbcf7c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcf7c on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue48.6%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#cbcf7c text on a black background
contrast 12.76:1
Card sample
#cbcf7c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcf7c;
Background color
Panel with #cbcf7c background
background-color: #cbcf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcf7c; background: linear-gradient(135deg, #cbcf7c, #94CF7C);