#f7dbc9
a pale, vivid orange · warm · closest name: beige
RGB
247, 219, 201
HSL
24°, 74%, 88%
CMYK
0, 11, 19, 3
Luminance
0.7465
Every format
| HEX | #f7dbc9 |
| RGB | rgb(247, 219, 201) |
| HSL | hsl(24, 74%, 88%) |
| CMYK | cmyk(0%, 11%, 19%, 3%) |
| LAB | lab(89.2 6.9 12.4) |
| LCH | lch(89.2 14.2 61.0) |
| OKLCH | oklch(0.910 0.040 54.8) |
Copy-ready code
/* CSS */
color: #f7dbc9;
background-color: #f7dbc9;
/* Tailwind (arbitrary) */
class="text-[#f7dbc9] bg-[#f7dbc9]"
/* SCSS */
$brand: #f7dbc9;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#f7dbc9")Accessibility — WCAG contrast
Aa
#f7dbc9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbc9 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow18.6%
Key (black)3.1%
Color previews
#f7dbc9 text on a black background
contrast 15.93:1
Card sample
#f7dbc9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbc9;
Background color
Panel with #f7dbc9 background
background-color: #f7dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbc9; background: linear-gradient(135deg, #f7dbc9, #F4F7C9);