#f3dfbc
a light, vivid orange · warm · closest name: beige
RGB
243, 223, 188
HSL
38°, 70%, 85%
CMYK
0, 8, 23, 5
Luminance
0.7546
Every format
| HEX | #f3dfbc |
| RGB | rgb(243, 223, 188) |
| HSL | hsl(38, 70%, 85%) |
| CMYK | cmyk(0%, 8%, 23%, 5%) |
| LAB | lab(89.6 1.5 19.7) |
| LCH | lch(89.6 19.7 85.7) |
| OKLCH | oklch(0.911 0.051 81.6) |
Copy-ready code
/* CSS */
color: #f3dfbc;
background-color: #f3dfbc;
/* Tailwind (arbitrary) */
class="text-[#f3dfbc] bg-[#f3dfbc]"
/* SCSS */
$brand: #f3dfbc;
/* SwiftUI */
Color(red: 0.953, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#f3dfbc")Accessibility — WCAG contrast
Aa
#f3dfbc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dfbc on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow22.6%
Key (black)4.7%
Color previews
#f3dfbc text on a black background
contrast 16.09:1
Card sample
#f3dfbc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dfbc;
Background color
Panel with #f3dfbc background
background-color: #f3dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dfbc; background: linear-gradient(135deg, #f3dfbc, #E2F3BC);