#ceaf82
a light, soft orange · warm · closest name: tan
RGB
206, 175, 130
HSL
36°, 44%, 66%
CMYK
0, 15, 37, 19
Luminance
0.4539
Every format
| HEX | #ceaf82 |
| RGB | rgb(206, 175, 130) |
| HSL | hsl(36, 44%, 66%) |
| CMYK | cmyk(0%, 15%, 37%, 19%) |
| LAB | lab(73.2 4.9 27.3) |
| LCH | lch(73.2 27.7 79.8) |
| OKLCH | oklch(0.770 0.070 76.7) |
Copy-ready code
/* CSS */
color: #ceaf82;
background-color: #ceaf82;
/* Tailwind (arbitrary) */
class="text-[#ceaf82] bg-[#ceaf82]"
/* SCSS */
$brand: #ceaf82;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.510)
/* Android */
Color.parseColor("#ceaf82")Accessibility — WCAG contrast
Aa
#ceaf82 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf82 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow36.9%
Key (black)19.2%
Color previews
#ceaf82 text on a black background
contrast 10.08:1
Card sample
#ceaf82 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf82;
Background color
Panel with #ceaf82 background
background-color: #ceaf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf82; background: linear-gradient(135deg, #ceaf82, #BACE82);