#f5cbaf
a light, electric orange · warm · closest name: tan
RGB
245, 203, 175
HSL
24°, 78%, 82%
CMYK
0, 17, 29, 4
Luminance
0.6522
Every format
| HEX | #f5cbaf |
| RGB | rgb(245, 203, 175) |
| HSL | hsl(24, 78%, 82%) |
| CMYK | cmyk(0%, 17%, 29%, 4%) |
| LAB | lab(84.6 10.8 19.5) |
| LCH | lch(84.6 22.3 61.0) |
| OKLCH | oklch(0.871 0.061 55.5) |
Copy-ready code
/* CSS */
color: #f5cbaf;
background-color: #f5cbaf;
/* Tailwind (arbitrary) */
class="text-[#f5cbaf] bg-[#f5cbaf]"
/* SCSS */
$brand: #f5cbaf;
/* SwiftUI */
Color(red: 0.961, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#f5cbaf")Accessibility — WCAG contrast
Aa
#f5cbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cbaf on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow28.6%
Key (black)3.9%
Color previews
#f5cbaf text on a black background
contrast 14.04:1
Card sample
#f5cbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cbaf;
Background color
Panel with #f5cbaf background
background-color: #f5cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cbaf; background: linear-gradient(135deg, #f5cbaf, #F0F5AF);