#ceaf7f
a light, soft orange · warm · closest name: tan
RGB
206, 175, 127
HSL
37°, 45%, 65%
CMYK
0, 15, 38, 19
Luminance
0.4531
Every format
| HEX | #ceaf7f |
| RGB | rgb(206, 175, 127) |
| HSL | hsl(37, 45%, 65%) |
| CMYK | cmyk(0%, 15%, 38%, 19%) |
| LAB | lab(73.1 4.5 28.8) |
| LCH | lch(73.1 29.1 81.0) |
| OKLCH | oklch(0.770 0.073 78.2) |
Copy-ready code
/* CSS */
color: #ceaf7f;
background-color: #ceaf7f;
/* Tailwind (arbitrary) */
class="text-[#ceaf7f] bg-[#ceaf7f]"
/* SCSS */
$brand: #ceaf7f;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#ceaf7f")Accessibility — WCAG contrast
Aa
#ceaf7f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf7f on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow38.3%
Key (black)19.2%
Color previews
#ceaf7f text on a black background
contrast 10.06:1
Card sample
#ceaf7f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf7f;
Background color
Panel with #ceaf7f background
background-color: #ceaf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf7f; background: linear-gradient(135deg, #ceaf7f, #B8CE7F);