#cccdaf
a light, soft yellow · cool · closest name: beige
RGB
204, 205, 175
HSL
62°, 23%, 75%
CMYK
1, 0, 15, 20
Luminance
0.5960
Every format
| HEX | #cccdaf |
| RGB | rgb(204, 205, 175) |
| HSL | hsl(62, 23%, 75%) |
| CMYK | cmyk(1%, 0%, 15%, 20%) |
| LAB | lab(81.6 -5.5 14.8) |
| LCH | lch(81.6 15.8 110.2) |
| OKLCH | oklch(0.840 0.041 108.8) |
Copy-ready code
/* CSS */
color: #cccdaf;
background-color: #cccdaf;
/* Tailwind (arbitrary) */
class="text-[#cccdaf] bg-[#cccdaf]"
/* SCSS */
$brand: #cccdaf;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#cccdaf")Accessibility — WCAG contrast
Aa
#cccdaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdaf on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cccdaf text on a black background
contrast 12.92:1
Card sample
#cccdaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdaf;
Background color
Panel with #cccdaf background
background-color: #cccdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdaf; background: linear-gradient(135deg, #cccdaf, #B8CDAF);