#cdcb90
a light, soft yellow · cool · closest name: tan
RGB
205, 203, 144
HSL
58°, 38%, 68%
CMYK
0, 1, 30, 20
Luminance
0.5770
Every format
| HEX | #cdcb90 |
| RGB | rgb(205, 203, 144) |
| HSL | hsl(58, 38%, 68%) |
| CMYK | cmyk(0%, 1%, 30%, 20%) |
| LAB | lab(80.6 -8.5 29.8) |
| LCH | lch(80.6 30.9 105.9) |
| OKLCH | oklch(0.830 0.077 106.3) |
Copy-ready code
/* CSS */
color: #cdcb90;
background-color: #cdcb90;
/* Tailwind (arbitrary) */
class="text-[#cdcb90] bg-[#cdcb90]"
/* SCSS */
$brand: #cdcb90;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.565)
/* Android */
Color.parseColor("#cdcb90")Accessibility — WCAG contrast
Aa
#cdcb90 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb90 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow29.8%
Key (black)19.6%
Color previews
#cdcb90 text on a black background
contrast 12.54:1
Card sample
#cdcb90 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb90;
Background color
Panel with #cdcb90 background
background-color: #cdcb90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb90; background: linear-gradient(135deg, #cdcb90, #A6CD90);