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