#f7ddbb
a pale, electric orange · warm · closest name: beige
RGB
247, 221, 187
HSL
34°, 79%, 85%
CMYK
0, 11, 24, 3
Luminance
0.7507
Every format
| HEX | #f7ddbb |
| RGB | rgb(247, 221, 187) |
| HSL | hsl(34, 79%, 85%) |
| CMYK | cmyk(0%, 11%, 24%, 3%) |
| LAB | lab(89.4 3.8 20.0) |
| LCH | lch(89.4 20.4 79.1) |
| OKLCH | oklch(0.910 0.053 74.4) |
Copy-ready code
/* CSS */
color: #f7ddbb;
background-color: #f7ddbb;
/* Tailwind (arbitrary) */
class="text-[#f7ddbb] bg-[#f7ddbb]"
/* SCSS */
$brand: #f7ddbb;
/* SwiftUI */
Color(red: 0.969, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#f7ddbb")Accessibility — WCAG contrast
Aa
#f7ddbb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ddbb on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow24.3%
Key (black)3.1%
Color previews
#f7ddbb text on a black background
contrast 16.01:1
Card sample
#f7ddbb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ddbb;
Background color
Panel with #f7ddbb background
background-color: #f7ddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ddbb; background: linear-gradient(135deg, #f7ddbb, #E9F7BB);