#f5dace
a pale, vivid orange · warm · closest name: beige
RGB
245, 218, 206
HSL
19°, 66%, 88%
CMYK
0, 11, 16, 4
Luminance
0.7401
Every format
| HEX | #f5dace |
| RGB | rgb(245, 218, 206) |
| HSL | hsl(19, 66%, 88%) |
| CMYK | cmyk(0%, 11%, 16%, 4%) |
| LAB | lab(88.9 7.4 9.3) |
| LCH | lch(88.9 11.9 51.4) |
| OKLCH | oklch(0.907 0.034 45.5) |
Copy-ready code
/* CSS */
color: #f5dace;
background-color: #f5dace;
/* Tailwind (arbitrary) */
class="text-[#f5dace] bg-[#f5dace]"
/* SCSS */
$brand: #f5dace;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f5dace")Accessibility — WCAG contrast
Aa
#f5dace on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dace on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow15.9%
Key (black)3.9%
Color previews
#f5dace text on a black background
contrast 15.80:1
Card sample
#f5dace text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dace;
Background color
Panel with #f5dace background
background-color: #f5dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dace; background: linear-gradient(135deg, #f5dace, #F5F4CE);