#cead7c
a balanced, vivid orange · warm · closest name: tan
RGB
206, 173, 124
HSL
36°, 46%, 65%
CMYK
0, 16, 40, 19
Luminance
0.4446
Every format
| HEX | #cead7c |
| RGB | rgb(206, 173, 124) |
| HSL | hsl(36, 46%, 65%) |
| CMYK | cmyk(0%, 16%, 40%, 19%) |
| LAB | lab(72.5 5.3 29.6) |
| LCH | lch(72.5 30.1 79.9) |
| OKLCH | oklch(0.765 0.075 77.1) |
Copy-ready code
/* CSS */
color: #cead7c;
background-color: #cead7c;
/* Tailwind (arbitrary) */
class="text-[#cead7c] bg-[#cead7c]"
/* SCSS */
$brand: #cead7c;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.486)
/* Android */
Color.parseColor("#cead7c")Accessibility — WCAG contrast
Aa
#cead7c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead7c on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow39.8%
Key (black)19.2%
Color previews
#cead7c text on a black background
contrast 9.89:1
Card sample
#cead7c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead7c;
Background color
Panel with #cead7c background
background-color: #cead7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead7c; background: linear-gradient(135deg, #cead7c, #B8CE7C);