#ceaf94
a light, soft orange · warm · closest name: tan
RGB
206, 175, 148
HSL
28°, 37%, 69%
CMYK
0, 15, 28, 19
Luminance
0.4592
Every format
| HEX | #ceaf94 |
| RGB | rgb(206, 175, 148) |
| HSL | hsl(28, 37%, 69%) |
| CMYK | cmyk(0%, 15%, 28%, 19%) |
| LAB | lab(73.5 7.2 18.0) |
| LCH | lch(73.5 19.4 68.3) |
| OKLCH | oklch(0.774 0.052 63.0) |
Copy-ready code
/* CSS */
color: #ceaf94;
background-color: #ceaf94;
/* Tailwind (arbitrary) */
class="text-[#ceaf94] bg-[#ceaf94]"
/* SCSS */
$brand: #ceaf94;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.580)
/* Android */
Color.parseColor("#ceaf94")Accessibility — WCAG contrast
Aa
#ceaf94 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf94 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow28.2%
Key (black)19.2%
Color previews
#ceaf94 text on a black background
contrast 10.18:1
Card sample
#ceaf94 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf94;
Background color
Panel with #ceaf94 background
background-color: #ceaf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf94; background: linear-gradient(135deg, #ceaf94, #C6CE94);