#cccfaa
a light, soft yellow · cool · closest name: beige
RGB
204, 207, 170
HSL
65°, 28%, 74%
CMYK
1, 0, 18, 19
Luminance
0.6037
Every format
| HEX | #cccfaa |
| RGB | rgb(204, 207, 170) |
| HSL | hsl(65, 28%, 74%) |
| CMYK | cmyk(1%, 0%, 18%, 19%) |
| LAB | lab(82.0 -7.3 18.1) |
| LCH | lch(82.0 19.5 111.9) |
| OKLCH | oklch(0.843 0.050 111.2) |
Copy-ready code
/* CSS */
color: #cccfaa;
background-color: #cccfaa;
/* Tailwind (arbitrary) */
class="text-[#cccfaa] bg-[#cccfaa]"
/* SCSS */
$brand: #cccfaa;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.667)
/* Android */
Color.parseColor("#cccfaa")Accessibility — WCAG contrast
Aa
#cccfaa on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfaa on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue66.7%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow17.9%
Key (black)18.8%
Color previews
#cccfaa text on a black background
contrast 13.07:1
Card sample
#cccfaa text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfaa;
Background color
Panel with #cccfaa background
background-color: #cccfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfaa; background: linear-gradient(135deg, #cccfaa, #B3CFAA);