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