#cccf97
a light, soft yellow · cool · closest name: tan
RGB
204, 207, 151
HSL
63°, 37%, 70%
CMYK
1, 0, 27, 19
Luminance
0.5970
Every format
| HEX | #cccf97 |
| RGB | rgb(204, 207, 151) |
| HSL | hsl(63, 37%, 70%) |
| CMYK | cmyk(1%, 0%, 27%, 19%) |
| LAB | lab(81.7 -10.0 27.6) |
| LCH | lch(81.7 29.3 109.9) |
| OKLCH | oklch(0.839 0.074 110.5) |
Copy-ready code
/* CSS */
color: #cccf97;
background-color: #cccf97;
/* Tailwind (arbitrary) */
class="text-[#cccf97] bg-[#cccf97]"
/* SCSS */
$brand: #cccf97;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#cccf97")Accessibility — WCAG contrast
Aa
#cccf97 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf97 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue59.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow27.1%
Key (black)18.8%
Color previews
#cccf97 text on a black background
contrast 12.94:1
Card sample
#cccf97 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf97;
Background color
Panel with #cccf97 background
background-color: #cccf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf97; background: linear-gradient(135deg, #cccf97, #A7CF97);