#f5dccc
a pale, vivid orange · warm · closest name: beige
RGB
245, 220, 204
HSL
23°, 67%, 88%
CMYK
0, 10, 17, 4
Luminance
0.7496
Every format
| HEX | #f5dccc |
| RGB | rgb(245, 220, 204) |
| HSL | hsl(23, 67%, 88%) |
| CMYK | cmyk(0%, 10%, 17%, 4%) |
| LAB | lab(89.4 6.1 11.0) |
| LCH | lch(89.4 12.6 61.1) |
| OKLCH | oklch(0.911 0.035 54.8) |
Copy-ready code
/* CSS */
color: #f5dccc;
background-color: #f5dccc;
/* Tailwind (arbitrary) */
class="text-[#f5dccc] bg-[#f5dccc]"
/* SCSS */
$brand: #f5dccc;
/* SwiftUI */
Color(red: 0.961, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#f5dccc")Accessibility — WCAG contrast
Aa
#f5dccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dccc on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow16.7%
Key (black)3.9%
Color previews
#f5dccc text on a black background
contrast 15.99:1
Card sample
#f5dccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dccc;
Background color
Panel with #f5dccc background
background-color: #f5dccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dccc; background: linear-gradient(135deg, #f5dccc, #F3F5CC);