#f5cead
a light, electric orange · warm · closest name: tan
RGB
245, 206, 173
HSL
28°, 78%, 82%
CMYK
0, 16, 29, 4
Luminance
0.6657
Every format
| HEX | #f5cead |
| RGB | rgb(245, 206, 173) |
| HSL | hsl(28, 78%, 82%) |
| CMYK | cmyk(0%, 16%, 29%, 4%) |
| LAB | lab(85.3 9.0 21.5) |
| LCH | lch(85.3 23.3 67.3) |
| OKLCH | oklch(0.877 0.062 62.1) |
Copy-ready code
/* CSS */
color: #f5cead;
background-color: #f5cead;
/* Tailwind (arbitrary) */
class="text-[#f5cead] bg-[#f5cead]"
/* SCSS */
$brand: #f5cead;
/* SwiftUI */
Color(red: 0.961, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#f5cead")Accessibility — WCAG contrast
Aa
#f5cead on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cead on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow29.4%
Key (black)3.9%
Color previews
#f5cead text on a black background
contrast 14.31:1
Card sample
#f5cead text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cead;
Background color
Panel with #f5cead background
background-color: #f5cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cead; background: linear-gradient(135deg, #f5cead, #ECF5AD);