#ccc094
a light, soft yellow · cool · closest name: tan
RGB
204, 192, 148
HSL
47°, 35%, 69%
CMYK
0, 6, 28, 20
Luminance
0.5267
Every format
| HEX | #ccc094 |
| RGB | rgb(204, 192, 148) |
| HSL | hsl(47, 35%, 69%) |
| CMYK | cmyk(0%, 6%, 28%, 20%) |
| LAB | lab(77.7 -2.6 23.8) |
| LCH | lch(77.7 23.9 96.3) |
| OKLCH | oklch(0.807 0.060 94.6) |
Copy-ready code
/* CSS */
color: #ccc094;
background-color: #ccc094;
/* Tailwind (arbitrary) */
class="text-[#ccc094] bg-[#ccc094]"
/* SCSS */
$brand: #ccc094;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.580)
/* Android */
Color.parseColor("#ccc094")Accessibility — WCAG contrast
Aa
#ccc094 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc094 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow27.5%
Key (black)20.0%
Color previews
#ccc094 text on a black background
contrast 11.53:1
Card sample
#ccc094 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc094;
Background color
Panel with #ccc094 background
background-color: #ccc094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc094; background: linear-gradient(135deg, #ccc094, #B3CC94);