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