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