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