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