#ceaf78
a balanced, vivid orange · warm · closest name: tan
RGB
206, 175, 120
HSL
38°, 47%, 64%
CMYK
0, 15, 42, 19
Luminance
0.4514
Every format
| HEX | #ceaf78 |
| RGB | rgb(206, 175, 120) |
| HSL | hsl(38, 47%, 64%) |
| CMYK | cmyk(0%, 15%, 42%, 19%) |
| LAB | lab(73.0 3.8 32.4) |
| LCH | lch(73.0 32.6 83.4) |
| OKLCH | oklch(0.768 0.081 81.4) |
Copy-ready code
/* CSS */
color: #ceaf78;
background-color: #ceaf78;
/* Tailwind (arbitrary) */
class="text-[#ceaf78] bg-[#ceaf78]"
/* SCSS */
$brand: #ceaf78;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.471)
/* Android */
Color.parseColor("#ceaf78")Accessibility — WCAG contrast
Aa
#ceaf78 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf78 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow41.7%
Key (black)19.2%
Color previews
#ceaf78 text on a black background
contrast 10.03:1
Card sample
#ceaf78 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf78;
Background color
Panel with #ceaf78 background
background-color: #ceaf78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf78; background: linear-gradient(135deg, #ceaf78, #B4CE78);