#cdafac
a light, soft red · warm · closest name: silver
RGB
205, 175, 172
HSL
6°, 25%, 74%
CMYK
0, 15, 16, 20
Luminance
0.4662
Every format
| HEX | #cdafac |
| RGB | rgb(205, 175, 172) |
| HSL | hsl(6, 25%, 74%) |
| CMYK | cmyk(0%, 15%, 16%, 20%) |
| LAB | lab(74.0 10.3 5.6) |
| LCH | lch(74.0 11.8 28.2) |
| OKLCH | oklch(0.779 0.035 24.7) |
Copy-ready code
/* CSS */
color: #cdafac;
background-color: #cdafac;
/* Tailwind (arbitrary) */
class="text-[#cdafac] bg-[#cdafac]"
/* SCSS */
$brand: #cdafac;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#cdafac")Accessibility — WCAG contrast
Aa
#cdafac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafac on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow16.1%
Key (black)19.6%
Color previews
#cdafac text on a black background
contrast 10.32:1
Card sample
#cdafac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafac;
Background color
Panel with #cdafac background
background-color: #cdafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafac; background: linear-gradient(135deg, #cdafac, #CDC5AC);