#f5cfab
a light, electric orange · warm · closest name: tan
RGB
245, 207, 171
HSL
29°, 79%, 82%
CMYK
0, 16, 30, 4
Luminance
0.6698
Every format
| HEX | #f5cfab |
| RGB | rgb(245, 207, 171) |
| HSL | hsl(29, 79%, 82%) |
| CMYK | cmyk(0%, 16%, 30%, 4%) |
| LAB | lab(85.5 8.2 22.9) |
| LCH | lch(85.5 24.3 70.2) |
| OKLCH | oklch(0.878 0.064 65.3) |
Copy-ready code
/* CSS */
color: #f5cfab;
background-color: #f5cfab;
/* Tailwind (arbitrary) */
class="text-[#f5cfab] bg-[#f5cfab]"
/* SCSS */
$brand: #f5cfab;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f5cfab")Accessibility — WCAG contrast
Aa
#f5cfab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cfab on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow30.2%
Key (black)3.9%
Color previews
#f5cfab text on a black background
contrast 14.40:1
Card sample
#f5cfab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cfab;
Background color
Panel with #f5cfab background
background-color: #f5cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cfab; background: linear-gradient(135deg, #f5cfab, #EAF5AB);