#f5dabf
a pale, vivid orange · warm · closest name: beige
RGB
245, 218, 191
HSL
30°, 73%, 86%
CMYK
0, 11, 22, 4
Luminance
0.7332
Every format
| HEX | #f5dabf |
| RGB | rgb(245, 218, 191) |
| HSL | hsl(30, 73%, 86%) |
| CMYK | cmyk(0%, 11%, 22%, 4%) |
| LAB | lab(88.6 5.2 16.7) |
| LCH | lch(88.6 17.5 72.7) |
| OKLCH | oklch(0.904 0.047 67.2) |
Copy-ready code
/* CSS */
color: #f5dabf;
background-color: #f5dabf;
/* Tailwind (arbitrary) */
class="text-[#f5dabf] bg-[#f5dabf]"
/* SCSS */
$brand: #f5dabf;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#f5dabf")Accessibility — WCAG contrast
Aa
#f5dabf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dabf on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow22.0%
Key (black)3.9%
Color previews
#f5dabf text on a black background
contrast 15.66:1
Card sample
#f5dabf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dabf;
Background color
Panel with #f5dabf background
background-color: #f5dabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dabf; background: linear-gradient(135deg, #f5dabf, #ECF5BF);