#c0c68f
a light, soft yellow · cool · closest name: tan
RGB
192, 198, 143
HSL
67°, 33%, 67%
CMYK
3, 0, 28, 22
Luminance
0.5358
Every format
| HEX | #c0c68f |
| RGB | rgb(192, 198, 143) |
| HSL | hsl(67, 33%, 67%) |
| CMYK | cmyk(3%, 0%, 28%, 22%) |
| LAB | lab(78.2 -11.0 26.9) |
| LCH | lch(78.2 29.1 112.2) |
| OKLCH | oklch(0.808 0.074 113.1) |
Copy-ready code
/* CSS */
color: #c0c68f;
background-color: #c0c68f;
/* Tailwind (arbitrary) */
class="text-[#c0c68f] bg-[#c0c68f]"
/* SCSS */
$brand: #c0c68f;
/* SwiftUI */
Color(red: 0.753, green: 0.776, blue: 0.561)
/* Android */
Color.parseColor("#c0c68f")Accessibility — WCAG contrast
Aa
#c0c68f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0c68f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green77.6%
Blue56.1%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow27.8%
Key (black)22.4%
Color previews
#c0c68f text on a black background
contrast 11.72:1
Card sample
#c0c68f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0c68f;
Background color
Panel with #c0c68f background
background-color: #c0c68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0c68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 198, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 198, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0c68f; background: linear-gradient(135deg, #c0c68f, #9CC68F);