#ce8338
a balanced, vivid orange · warm · closest name: peru
RGB
206, 131, 56
HSL
30°, 61%, 51%
CMYK
0, 36, 73, 19
Luminance
0.2964
Every format
| HEX | #ce8338 |
| RGB | rgb(206, 131, 56) |
| HSL | hsl(30, 61%, 51%) |
| CMYK | cmyk(0%, 36%, 73%, 19%) |
| LAB | lab(61.4 22.6 50.8) |
| LCH | lch(61.4 55.6 66.1) |
| OKLCH | oklch(0.675 0.128 62.3) |
Copy-ready code
/* CSS */
color: #ce8338;
background-color: #ce8338;
/* Tailwind (arbitrary) */
class="text-[#ce8338] bg-[#ce8338]"
/* SCSS */
$brand: #ce8338;
/* SwiftUI */
Color(red: 0.808, green: 0.514, blue: 0.220)
/* Android */
Color.parseColor("#ce8338")Accessibility — WCAG contrast
Aa
#ce8338 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce8338 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.4%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow72.8%
Key (black)19.2%
Color previews
#ce8338 text on a black background
contrast 6.93:1
Card sample
#ce8338 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8338;
Background color
Panel with #ce8338 background
background-color: #ce8338;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8338;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 131, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 131, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8338; background: linear-gradient(135deg, #ce8338, #B5CE38);