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