#f5cdaf
a light, electric orange · warm · closest name: tan
RGB
245, 205, 175
HSL
26°, 78%, 82%
CMYK
0, 16, 29, 4
Luminance
0.6617
Every format
| HEX | #f5cdaf |
| RGB | rgb(245, 205, 175) |
| HSL | hsl(26, 78%, 82%) |
| CMYK | cmyk(0%, 16%, 29%, 4%) |
| LAB | lab(85.1 9.8 20.2) |
| LCH | lch(85.1 22.4 64.2) |
| OKLCH | oklch(0.875 0.060 58.7) |
Copy-ready code
/* CSS */
color: #f5cdaf;
background-color: #f5cdaf;
/* Tailwind (arbitrary) */
class="text-[#f5cdaf] bg-[#f5cdaf]"
/* SCSS */
$brand: #f5cdaf;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#f5cdaf")Accessibility — WCAG contrast
Aa
#f5cdaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdaf on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow28.6%
Key (black)3.9%
Color previews
#f5cdaf text on a black background
contrast 14.23:1
Card sample
#f5cdaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdaf;
Background color
Panel with #f5cdaf background
background-color: #f5cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdaf; background: linear-gradient(135deg, #f5cdaf, #EEF5AF);