#ceaf97
a light, soft orange · warm · closest name: tan
RGB
206, 175, 151
HSL
26°, 36%, 70%
CMYK
0, 15, 27, 19
Luminance
0.4602
Every format
| HEX | #ceaf97 |
| RGB | rgb(206, 175, 151) |
| HSL | hsl(26, 36%, 70%) |
| CMYK | cmyk(0%, 15%, 27%, 19%) |
| LAB | lab(73.6 7.6 16.5) |
| LCH | lch(73.6 18.1 65.3) |
| OKLCH | oklch(0.775 0.049 59.7) |
Copy-ready code
/* CSS */
color: #ceaf97;
background-color: #ceaf97;
/* Tailwind (arbitrary) */
class="text-[#ceaf97] bg-[#ceaf97]"
/* SCSS */
$brand: #ceaf97;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.592)
/* Android */
Color.parseColor("#ceaf97")Accessibility — WCAG contrast
Aa
#ceaf97 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf97 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow26.7%
Key (black)19.2%
Color previews
#ceaf97 text on a black background
contrast 10.20:1
Card sample
#ceaf97 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf97;
Background color
Panel with #ceaf97 background
background-color: #ceaf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf97; background: linear-gradient(135deg, #ceaf97, #C8CE97);