#cda863
a balanced, vivid orange · warm · closest name: tan
RGB
205, 168, 99
HSL
39°, 52%, 60%
CMYK
0, 18, 52, 20
Luminance
0.4189
Every format
| HEX | #cda863 |
| RGB | rgb(205, 168, 99) |
| HSL | hsl(39, 52%, 60%) |
| CMYK | cmyk(0%, 18%, 52%, 20%) |
| LAB | lab(70.8 5.0 40.5) |
| LCH | lch(70.8 40.8 82.9) |
| OKLCH | oklch(0.750 0.098 81.9) |
Copy-ready code
/* CSS */
color: #cda863;
background-color: #cda863;
/* Tailwind (arbitrary) */
class="text-[#cda863] bg-[#cda863]"
/* SCSS */
$brand: #cda863;
/* SwiftUI */
Color(red: 0.804, green: 0.659, blue: 0.388)
/* Android */
Color.parseColor("#cda863")Accessibility — WCAG contrast
Aa
#cda863 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda863 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow51.7%
Key (black)19.6%
Color previews
#cda863 text on a black background
contrast 9.38:1
Card sample
#cda863 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda863;
Background color
Panel with #cda863 background
background-color: #cda863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 168, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 168, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda863; background: linear-gradient(135deg, #cda863, #ABCD63);