#f3dbbf
a pale, vivid orange · warm · closest name: beige
RGB
243, 219, 191
HSL
32°, 68%, 85%
CMYK
0, 10, 21, 5
Luminance
0.7348
Every format
| HEX | #f3dbbf |
| RGB | rgb(243, 219, 191) |
| HSL | hsl(32, 68%, 85%) |
| CMYK | cmyk(0%, 10%, 21%, 5%) |
| LAB | lab(88.7 4.0 16.8) |
| LCH | lch(88.7 17.3 76.7) |
| OKLCH | oklch(0.904 0.046 71.5) |
Copy-ready code
/* CSS */
color: #f3dbbf;
background-color: #f3dbbf;
/* Tailwind (arbitrary) */
class="text-[#f3dbbf] bg-[#f3dbbf]"
/* SCSS */
$brand: #f3dbbf;
/* SwiftUI */
Color(red: 0.953, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#f3dbbf")Accessibility — WCAG contrast
Aa
#f3dbbf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dbbf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow21.4%
Key (black)4.7%
Color previews
#f3dbbf text on a black background
contrast 15.70:1
Card sample
#f3dbbf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dbbf;
Background color
Panel with #f3dbbf background
background-color: #f3dbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dbbf; background: linear-gradient(135deg, #f3dbbf, #E8F3BF);