#f7dfbc
a pale, electric orange · warm · closest name: beige
RGB
247, 223, 188
HSL
36°, 79%, 85%
CMYK
0, 10, 24, 3
Luminance
0.7618
Every format
| HEX | #f7dfbc |
| RGB | rgb(247, 223, 188) |
| HSL | hsl(36, 79%, 85%) |
| CMYK | cmyk(0%, 10%, 24%, 3%) |
| LAB | lab(89.9 3.0 20.2) |
| LCH | lch(89.9 20.4 81.7) |
| OKLCH | oklch(0.914 0.053 77.3) |
Copy-ready code
/* CSS */
color: #f7dfbc;
background-color: #f7dfbc;
/* Tailwind (arbitrary) */
class="text-[#f7dfbc] bg-[#f7dfbc]"
/* SCSS */
$brand: #f7dfbc;
/* SwiftUI */
Color(red: 0.969, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#f7dfbc")Accessibility — WCAG contrast
Aa
#f7dfbc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dfbc on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow23.9%
Key (black)3.1%
Color previews
#f7dfbc text on a black background
contrast 16.24:1
Card sample
#f7dfbc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dfbc;
Background color
Panel with #f7dfbc background
background-color: #f7dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dfbc; background: linear-gradient(135deg, #f7dfbc, #E8F7BC);