#ccd2ad
a light, soft yellow · cool · closest name: beige
RGB
204, 210, 173
HSL
70°, 29%, 75%
CMYK
3, 0, 18, 18
Luminance
0.6195
Every format
| HEX | #ccd2ad |
| RGB | rgb(204, 210, 173) |
| HSL | hsl(70, 29%, 75%) |
| CMYK | cmyk(3%, 0%, 18%, 18%) |
| LAB | lab(82.9 -8.3 17.7) |
| LCH | lch(82.9 19.6 115.2) |
| OKLCH | oklch(0.850 0.050 115.0) |
Copy-ready code
/* CSS */
color: #ccd2ad;
background-color: #ccd2ad;
/* Tailwind (arbitrary) */
class="text-[#ccd2ad] bg-[#ccd2ad]"
/* SCSS */
$brand: #ccd2ad;
/* SwiftUI */
Color(red: 0.800, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#ccd2ad")Accessibility — WCAG contrast
Aa
#ccd2ad on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd2ad on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.4%
Blue67.8%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow17.6%
Key (black)17.6%
Color previews
#ccd2ad text on a black background
contrast 13.39:1
Card sample
#ccd2ad text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd2ad;
Background color
Panel with #ccd2ad background
background-color: #ccd2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd2ad; background: linear-gradient(135deg, #ccd2ad, #B3D2AD);