#ccc28f
a light, soft yellow · cool · closest name: tan
RGB
204, 194, 143
HSL
50°, 37%, 68%
CMYK
0, 5, 30, 20
Luminance
0.5340
Every format
| HEX | #ccc28f |
| RGB | rgb(204, 194, 143) |
| HSL | hsl(50, 37%, 68%) |
| CMYK | cmyk(0%, 5%, 30%, 20%) |
| LAB | lab(78.1 -4.3 27.0) |
| LCH | lch(78.1 27.3 99.1) |
| OKLCH | oklch(0.810 0.068 98.3) |
Copy-ready code
/* CSS */
color: #ccc28f;
background-color: #ccc28f;
/* Tailwind (arbitrary) */
class="text-[#ccc28f] bg-[#ccc28f]"
/* SCSS */
$brand: #ccc28f;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.561)
/* Android */
Color.parseColor("#ccc28f")Accessibility — WCAG contrast
Aa
#ccc28f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc28f on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow29.9%
Key (black)20.0%
Color previews
#ccc28f text on a black background
contrast 11.68:1
Card sample
#ccc28f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc28f;
Background color
Panel with #ccc28f background
background-color: #ccc28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc28f; background: linear-gradient(135deg, #ccc28f, #ADCC8F);