#cccf93
a light, soft yellow · cool · closest name: tan
RGB
204, 207, 147
HSL
63°, 39%, 69%
CMYK
1, 0, 29, 19
Luminance
0.5957
Every format
| HEX | #cccf93 |
| RGB | rgb(204, 207, 147) |
| HSL | hsl(63, 39%, 69%) |
| CMYK | cmyk(1%, 0%, 29%, 19%) |
| LAB | lab(81.6 -10.5 29.6) |
| LCH | lch(81.6 31.4 109.6) |
| OKLCH | oklch(0.838 0.079 110.4) |
Copy-ready code
/* CSS */
color: #cccf93;
background-color: #cccf93;
/* Tailwind (arbitrary) */
class="text-[#cccf93] bg-[#cccf93]"
/* SCSS */
$brand: #cccf93;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.576)
/* Android */
Color.parseColor("#cccf93")Accessibility — WCAG contrast
Aa
#cccf93 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf93 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue57.6%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow29.0%
Key (black)18.8%
Color previews
#cccf93 text on a black background
contrast 12.91:1
Card sample
#cccf93 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf93;
Background color
Panel with #cccf93 background
background-color: #cccf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf93; background: linear-gradient(135deg, #cccf93, #A4CF93);