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