#cdcfac
a light, soft yellow · cool · closest name: beige
RGB
205, 207, 172
HSL
63°, 27%, 74%
CMYK
1, 0, 17, 19
Luminance
0.6058
Every format
| HEX | #cdcfac |
| RGB | rgb(205, 207, 172) |
| HSL | hsl(63, 27%, 74%) |
| CMYK | cmyk(1%, 0%, 17%, 19%) |
| LAB | lab(82.2 -6.6 17.2) |
| LCH | lch(82.2 18.4 111.0) |
| OKLCH | oklch(0.844 0.047 110.1) |
Copy-ready code
/* CSS */
color: #cdcfac;
background-color: #cdcfac;
/* Tailwind (arbitrary) */
class="text-[#cdcfac] bg-[#cdcfac]"
/* SCSS */
$brand: #cdcfac;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#cdcfac")Accessibility — WCAG contrast
Aa
#cdcfac on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfac on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue67.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cdcfac text on a black background
contrast 13.12:1
Card sample
#cdcfac text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfac;
Background color
Panel with #cdcfac background
background-color: #cdcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfac; background: linear-gradient(135deg, #cdcfac, #B6CFAC);