#f7dccc
a pale, vivid orange · warm · closest name: beige
RGB
247, 220, 204
HSL
22°, 73%, 88%
CMYK
0, 11, 17, 3
Luminance
0.7532
Every format
| HEX | #f7dccc |
| RGB | rgb(247, 220, 204) |
| HSL | hsl(22, 73%, 88%) |
| CMYK | cmyk(0%, 11%, 17%, 3%) |
| LAB | lab(89.5 6.8 11.3) |
| LCH | lch(89.5 13.2 58.9) |
| OKLCH | oklch(0.912 0.037 52.7) |
Copy-ready code
/* CSS */
color: #f7dccc;
background-color: #f7dccc;
/* Tailwind (arbitrary) */
class="text-[#f7dccc] bg-[#f7dccc]"
/* SCSS */
$brand: #f7dccc;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#f7dccc")Accessibility — WCAG contrast
Aa
#f7dccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dccc on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow17.4%
Key (black)3.1%
Color previews
#f7dccc text on a black background
contrast 16.06:1
Card sample
#f7dccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dccc;
Background color
Panel with #f7dccc background
background-color: #f7dccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dccc; background: linear-gradient(135deg, #f7dccc, #F5F7CC);