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