#ceaf73
a balanced, vivid orange · warm · closest name: tan
RGB
206, 175, 115
HSL
40°, 48%, 63%
CMYK
0, 15, 44, 19
Luminance
0.4502
Every format
| HEX | #ceaf73 |
| RGB | rgb(206, 175, 115) |
| HSL | hsl(40, 48%, 63%) |
| CMYK | cmyk(0%, 15%, 44%, 19%) |
| LAB | lab(72.9 3.2 34.9) |
| LCH | lch(72.9 35.0 84.7) |
| OKLCH | oklch(0.768 0.086 83.2) |
Copy-ready code
/* CSS */
color: #ceaf73;
background-color: #ceaf73;
/* Tailwind (arbitrary) */
class="text-[#ceaf73] bg-[#ceaf73]"
/* SCSS */
$brand: #ceaf73;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.451)
/* Android */
Color.parseColor("#ceaf73")Accessibility — WCAG contrast
Aa
#ceaf73 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf73 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow44.2%
Key (black)19.2%
Color previews
#ceaf73 text on a black background
contrast 10.00:1
Card sample
#ceaf73 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf73;
Background color
Panel with #ceaf73 background
background-color: #ceaf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf73; background: linear-gradient(135deg, #ceaf73, #B0CE73);