#cdb698
a light, soft orange · warm · closest name: tan
RGB
205, 182, 152
HSL
34°, 35%, 70%
CMYK
0, 11, 26, 20
Luminance
0.4870
Every format
| HEX | #cdb698 |
| RGB | rgb(205, 182, 152) |
| HSL | hsl(34, 35%, 70%) |
| CMYK | cmyk(0%, 11%, 26%, 20%) |
| LAB | lab(75.3 3.6 18.3) |
| LCH | lch(75.3 18.6 78.9) |
| OKLCH | oklch(0.788 0.049 74.3) |
Copy-ready code
/* CSS */
color: #cdb698;
background-color: #cdb698;
/* Tailwind (arbitrary) */
class="text-[#cdb698] bg-[#cdb698]"
/* SCSS */
$brand: #cdb698;
/* SwiftUI */
Color(red: 0.804, green: 0.714, blue: 0.596)
/* Android */
Color.parseColor("#cdb698")Accessibility — WCAG contrast
Aa
#cdb698 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb698 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.4%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow25.9%
Key (black)19.6%
Color previews
#cdb698 text on a black background
contrast 10.74:1
Card sample
#cdb698 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb698;
Background color
Panel with #cdb698 background
background-color: #cdb698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 182, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 182, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb698; background: linear-gradient(135deg, #cdb698, #C1CD98);