#f5dfbc
a light, vivid orange · warm · closest name: beige
RGB
245, 223, 188
HSL
37°, 74%, 85%
CMYK
0, 9, 23, 4
Luminance
0.7582
Every format
| HEX | #f5dfbc |
| RGB | rgb(245, 223, 188) |
| HSL | hsl(37, 74%, 85%) |
| CMYK | cmyk(0%, 9%, 23%, 4%) |
| LAB | lab(89.8 2.2 19.9) |
| LCH | lch(89.8 20.0 83.6) |
| OKLCH | oklch(0.913 0.052 79.4) |
Copy-ready code
/* CSS */
color: #f5dfbc;
background-color: #f5dfbc;
/* Tailwind (arbitrary) */
class="text-[#f5dfbc] bg-[#f5dfbc]"
/* SCSS */
$brand: #f5dfbc;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#f5dfbc")Accessibility — WCAG contrast
Aa
#f5dfbc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dfbc on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow23.3%
Key (black)3.9%
Color previews
#f5dfbc text on a black background
contrast 16.16:1
Card sample
#f5dfbc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dfbc;
Background color
Panel with #f5dfbc background
background-color: #f5dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dfbc; background: linear-gradient(135deg, #f5dfbc, #E5F5BC);