#f5dfbe
a pale, vivid orange · warm · closest name: beige
RGB
245, 223, 190
HSL
36°, 73%, 85%
CMYK
0, 9, 22, 4
Luminance
0.7591
Every format
| HEX | #f5dfbe |
| RGB | rgb(245, 223, 190) |
| HSL | hsl(36, 73%, 85%) |
| CMYK | cmyk(0%, 9%, 22%, 4%) |
| LAB | lab(89.8 2.5 18.9) |
| LCH | lch(89.8 19.1 82.5) |
| OKLCH | oklch(0.913 0.050 78.0) |
Copy-ready code
/* CSS */
color: #f5dfbe;
background-color: #f5dfbe;
/* Tailwind (arbitrary) */
class="text-[#f5dfbe] bg-[#f5dfbe]"
/* SCSS */
$brand: #f5dfbe;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f5dfbe")Accessibility — WCAG contrast
Aa
#f5dfbe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dfbe on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow22.4%
Key (black)3.9%
Color previews
#f5dfbe text on a black background
contrast 16.18:1
Card sample
#f5dfbe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dfbe;
Background color
Panel with #f5dfbe background
background-color: #f5dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dfbe; background: linear-gradient(135deg, #f5dfbe, #E6F5BE);