#f5dfba
a light, vivid orange · warm · closest name: beige
RGB
245, 223, 186
HSL
38°, 75%, 85%
CMYK
0, 9, 24, 4
Luminance
0.7573
Every format
| HEX | #f5dfba |
| RGB | rgb(245, 223, 186) |
| HSL | hsl(38, 75%, 85%) |
| CMYK | cmyk(0%, 9%, 24%, 4%) |
| LAB | lab(89.7 1.9 20.9) |
| LCH | lch(89.7 21.0 84.7) |
| OKLCH | oklch(0.912 0.054 80.7) |
Copy-ready code
/* CSS */
color: #f5dfba;
background-color: #f5dfba;
/* Tailwind (arbitrary) */
class="text-[#f5dfba] bg-[#f5dfba]"
/* SCSS */
$brand: #f5dfba;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#f5dfba")Accessibility — WCAG contrast
Aa
#f5dfba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dfba on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow24.1%
Key (black)3.9%
Color previews
#f5dfba text on a black background
contrast 16.15:1
Card sample
#f5dfba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dfba;
Background color
Panel with #f5dfba background
background-color: #f5dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dfba; background: linear-gradient(135deg, #f5dfba, #E4F5BA);