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