#cacdac
a light, soft yellow · cool · closest name: beige
RGB
202, 205, 172
HSL
66°, 25%, 74%
CMYK
2, 0, 16, 20
Luminance
0.5920
Every format
| HEX | #cacdac |
| RGB | rgb(202, 205, 172) |
| HSL | hsl(66, 25%, 74%) |
| CMYK | cmyk(2%, 0%, 16%, 20%) |
| LAB | lab(81.4 -6.7 16.1) |
| LCH | lch(81.4 17.4 112.4) |
| OKLCH | oklch(0.837 0.045 111.6) |
Copy-ready code
/* CSS */
color: #cacdac;
background-color: #cacdac;
/* Tailwind (arbitrary) */
class="text-[#cacdac] bg-[#cacdac]"
/* SCSS */
$brand: #cacdac;
/* SwiftUI */
Color(red: 0.792, green: 0.804, blue: 0.675)
/* Android */
Color.parseColor("#cacdac")Accessibility — WCAG contrast
Aa
#cacdac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacdac on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.4%
Blue67.5%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow16.1%
Key (black)19.6%
Color previews
#cacdac text on a black background
contrast 12.84:1
Card sample
#cacdac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacdac;
Background color
Panel with #cacdac background
background-color: #cacdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 205, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 205, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacdac; background: linear-gradient(135deg, #cacdac, #B4CDAC);