#f7dfbe
a pale, electric orange · warm · closest name: beige
RGB
247, 223, 190
HSL
35°, 78%, 86%
CMYK
0, 10, 23, 3
Luminance
0.7627
Every format
| HEX | #f7dfbe |
| RGB | rgb(247, 223, 190) |
| HSL | hsl(35, 78%, 86%) |
| CMYK | cmyk(0%, 10%, 23%, 3%) |
| LAB | lab(90.0 3.2 19.2) |
| LCH | lch(90.0 19.5 80.5) |
| OKLCH | oklch(0.915 0.051 75.8) |
Copy-ready code
/* CSS */
color: #f7dfbe;
background-color: #f7dfbe;
/* Tailwind (arbitrary) */
class="text-[#f7dfbe] bg-[#f7dfbe]"
/* SCSS */
$brand: #f7dfbe;
/* SwiftUI */
Color(red: 0.969, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f7dfbe")Accessibility — WCAG contrast
Aa
#f7dfbe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dfbe on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow23.1%
Key (black)3.1%
Color previews
#f7dfbe text on a black background
contrast 16.25:1
Card sample
#f7dfbe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dfbe;
Background color
Panel with #f7dfbe background
background-color: #f7dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dfbe; background: linear-gradient(135deg, #f7dfbe, #E9F7BE);