#ce985f
a balanced, vivid orange · warm · closest name: peru
RGB
206, 152, 95
HSL
31°, 53%, 59%
CMYK
0, 26, 54, 19
Luminance
0.3640
Every format
| HEX | #ce985f |
| RGB | rgb(206, 152, 95) |
| HSL | hsl(31, 53%, 59%) |
| CMYK | cmyk(0%, 26%, 54%, 19%) |
| LAB | lab(66.8 13.7 37.7) |
| LCH | lch(66.8 40.1 70.0) |
| OKLCH | oklch(0.719 0.098 66.7) |
Copy-ready code
/* CSS */
color: #ce985f;
background-color: #ce985f;
/* Tailwind (arbitrary) */
class="text-[#ce985f] bg-[#ce985f]"
/* SCSS */
$brand: #ce985f;
/* SwiftUI */
Color(red: 0.808, green: 0.596, blue: 0.373)
/* Android */
Color.parseColor("#ce985f")Accessibility — WCAG contrast
Aa
#ce985f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce985f on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow53.9%
Key (black)19.2%
Color previews
#ce985f text on a black background
contrast 8.28:1
Card sample
#ce985f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce985f;
Background color
Panel with #ce985f background
background-color: #ce985f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce985f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 152, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 152, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce985f; background: linear-gradient(135deg, #ce985f, #BACE5F);