#f7ddbf
a pale, electric orange · warm · closest name: beige
RGB
247, 221, 191
HSL
32°, 78%, 86%
CMYK
0, 11, 23, 3
Luminance
0.7525
Every format
| HEX | #f7ddbf |
| RGB | rgb(247, 221, 191) |
| HSL | hsl(32, 78%, 86%) |
| CMYK | cmyk(0%, 11%, 23%, 3%) |
| LAB | lab(89.5 4.4 18.0) |
| LCH | lch(89.5 18.5 76.3) |
| OKLCH | oklch(0.911 0.049 71.1) |
Copy-ready code
/* CSS */
color: #f7ddbf;
background-color: #f7ddbf;
/* Tailwind (arbitrary) */
class="text-[#f7ddbf] bg-[#f7ddbf]"
/* SCSS */
$brand: #f7ddbf;
/* SwiftUI */
Color(red: 0.969, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#f7ddbf")Accessibility — WCAG contrast
Aa
#f7ddbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ddbf on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow22.7%
Key (black)3.1%
Color previews
#f7ddbf text on a black background
contrast 16.05:1
Card sample
#f7ddbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ddbf;
Background color
Panel with #f7ddbf background
background-color: #f7ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ddbf; background: linear-gradient(135deg, #f7ddbf, #ECF7BF);