#ceaf8c
a light, soft orange · warm · closest name: tan
RGB
206, 175, 140
HSL
32°, 40%, 68%
CMYK
0, 15, 32, 19
Luminance
0.4568
Every format
| HEX | #ceaf8c |
| RGB | rgb(206, 175, 140) |
| HSL | hsl(32, 40%, 68%) |
| CMYK | cmyk(0%, 15%, 32%, 19%) |
| LAB | lab(73.3 6.1 22.1) |
| LCH | lch(73.3 23.0 74.5) |
| OKLCH | oklch(0.772 0.060 70.2) |
Copy-ready code
/* CSS */
color: #ceaf8c;
background-color: #ceaf8c;
/* Tailwind (arbitrary) */
class="text-[#ceaf8c] bg-[#ceaf8c]"
/* SCSS */
$brand: #ceaf8c;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#ceaf8c")Accessibility — WCAG contrast
Aa
#ceaf8c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf8c on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow32.0%
Key (black)19.2%
Color previews
#ceaf8c text on a black background
contrast 10.14:1
Card sample
#ceaf8c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf8c;
Background color
Panel with #ceaf8c background
background-color: #ceaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf8c; background: linear-gradient(135deg, #ceaf8c, #C1CE8C);