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