#cdcfc4
a light, muted green · cool · closest name: silver
RGB
205, 207, 196
HSL
71°, 10%, 79%
CMYK
1, 0, 5, 19
Luminance
0.6159
Every format
| HEX | #cdcfc4 |
| RGB | rgb(205, 207, 196) |
| HSL | hsl(71, 10%, 79%) |
| CMYK | cmyk(1%, 0%, 5%, 19%) |
| LAB | lab(82.7 -2.6 5.2) |
| LCH | lch(82.7 5.8 116.9) |
| OKLCH | oklch(0.850 0.015 115.1) |
Copy-ready code
/* CSS */
color: #cdcfc4;
background-color: #cdcfc4;
/* Tailwind (arbitrary) */
class="text-[#cdcfc4] bg-[#cdcfc4]"
/* SCSS */
$brand: #cdcfc4;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.769)
/* Android */
Color.parseColor("#cdcfc4")Accessibility — WCAG contrast
Aa
#cdcfc4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfc4 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue76.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow5.3%
Key (black)18.8%
Color previews
#cdcfc4 text on a black background
contrast 13.32:1
Card sample
#cdcfc4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfc4;
Background color
Panel with #cdcfc4 background
background-color: #cdcfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfc4; background: linear-gradient(135deg, #cdcfc4, #C6CFC4);