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