#ce9f5f
a balanced, vivid orange · warm · closest name: peru
RGB
206, 159, 95
HSL
35°, 53%, 59%
CMYK
0, 23, 54, 19
Luminance
0.3874
Every format
| HEX | #ce9f5f |
| RGB | rgb(206, 159, 95) |
| HSL | hsl(35, 53%, 59%) |
| CMYK | cmyk(0%, 23%, 54%, 19%) |
| LAB | lab(68.6 9.9 39.8) |
| LCH | lch(68.6 41.0 76.0) |
| OKLCH | oklch(0.733 0.099 73.8) |
Copy-ready code
/* CSS */
color: #ce9f5f;
background-color: #ce9f5f;
/* Tailwind (arbitrary) */
class="text-[#ce9f5f] bg-[#ce9f5f]"
/* SCSS */
$brand: #ce9f5f;
/* SwiftUI */
Color(red: 0.808, green: 0.624, blue: 0.373)
/* Android */
Color.parseColor("#ce9f5f")Accessibility — WCAG contrast
Aa
#ce9f5f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9f5f on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow53.9%
Key (black)19.2%
Color previews
#ce9f5f text on a black background
contrast 8.75:1
Card sample
#ce9f5f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9f5f;
Background color
Panel with #ce9f5f background
background-color: #ce9f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 159, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 159, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9f5f; background: linear-gradient(135deg, #ce9f5f, #B3CE5F);