#f3dfbe
a light, vivid orange · warm · closest name: beige
RGB
243, 223, 190
HSL
37°, 69%, 85%
CMYK
0, 8, 22, 5
Luminance
0.7555
Every format
| HEX | #f3dfbe |
| RGB | rgb(243, 223, 190) |
| HSL | hsl(37, 69%, 85%) |
| CMYK | cmyk(0%, 8%, 22%, 5%) |
| LAB | lab(89.7 1.8 18.7) |
| LCH | lch(89.7 18.8 84.6) |
| OKLCH | oklch(0.911 0.049 80.3) |
Copy-ready code
/* CSS */
color: #f3dfbe;
background-color: #f3dfbe;
/* Tailwind (arbitrary) */
class="text-[#f3dfbe] bg-[#f3dfbe]"
/* SCSS */
$brand: #f3dfbe;
/* SwiftUI */
Color(red: 0.953, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f3dfbe")Accessibility — WCAG contrast
Aa
#f3dfbe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dfbe on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow21.8%
Key (black)4.7%
Color previews
#f3dfbe text on a black background
contrast 16.11:1
Card sample
#f3dfbe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dfbe;
Background color
Panel with #f3dfbe background
background-color: #f3dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dfbe; background: linear-gradient(135deg, #f3dfbe, #E4F3BE);