#c6cda2
a light, soft yellow · cool · closest name: tan
RGB
198, 205, 162
HSL
70°, 30%, 72%
CMYK
3, 0, 21, 20
Luminance
0.5828
Every format
| HEX | #c6cda2 |
| RGB | rgb(198, 205, 162) |
| HSL | hsl(70, 30%, 72%) |
| CMYK | cmyk(3%, 0%, 21%, 20%) |
| LAB | lab(80.9 -9.7 20.7) |
| LCH | lch(80.9 22.8 115.0) |
| OKLCH | oklch(0.832 0.058 115.2) |
Copy-ready code
/* CSS */
color: #c6cda2;
background-color: #c6cda2;
/* Tailwind (arbitrary) */
class="text-[#c6cda2] bg-[#c6cda2]"
/* SCSS */
$brand: #c6cda2;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#c6cda2")Accessibility — WCAG contrast
Aa
#c6cda2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cda2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue63.5%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#c6cda2 text on a black background
contrast 12.66:1
Card sample
#c6cda2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cda2;
Background color
Panel with #c6cda2 background
background-color: #c6cda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cda2; background: linear-gradient(135deg, #c6cda2, #A9CDA2);