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