#f5cdba
a light, vivid orange · warm · closest name: tan
RGB
245, 205, 186
HSL
19°, 75%, 85%
CMYK
0, 16, 24, 4
Luminance
0.6662
Every format
| HEX | #f5cdba |
| RGB | rgb(245, 205, 186) |
| HSL | hsl(19, 75%, 85%) |
| CMYK | cmyk(0%, 16%, 24%, 4%) |
| LAB | lab(85.3 11.3 14.7) |
| LCH | lch(85.3 18.5 52.6) |
| OKLCH | oklch(0.878 0.052 46.9) |
Copy-ready code
/* CSS */
color: #f5cdba;
background-color: #f5cdba;
/* Tailwind (arbitrary) */
class="text-[#f5cdba] bg-[#f5cdba]"
/* SCSS */
$brand: #f5cdba;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#f5cdba")Accessibility — WCAG contrast
Aa
#f5cdba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdba on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow24.1%
Key (black)3.9%
Color previews
#f5cdba text on a black background
contrast 14.32:1
Card sample
#f5cdba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdba;
Background color
Panel with #f5cdba background
background-color: #f5cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdba; background: linear-gradient(135deg, #f5cdba, #F5F4BA);