#f3dace
a pale, vivid orange · warm · closest name: beige
RGB
243, 218, 206
HSL
20°, 61%, 88%
CMYK
0, 10, 15, 5
Luminance
0.7365
Every format
| HEX | #f3dace |
| RGB | rgb(243, 218, 206) |
| HSL | hsl(20, 61%, 88%) |
| CMYK | cmyk(0%, 10%, 15%, 5%) |
| LAB | lab(88.8 6.7 9.1) |
| LCH | lch(88.8 11.3 53.4) |
| OKLCH | oklch(0.906 0.032 47.3) |
Copy-ready code
/* CSS */
color: #f3dace;
background-color: #f3dace;
/* Tailwind (arbitrary) */
class="text-[#f3dace] bg-[#f3dace]"
/* SCSS */
$brand: #f3dace;
/* SwiftUI */
Color(red: 0.953, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f3dace")Accessibility — WCAG contrast
Aa
#f3dace on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dace on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow15.2%
Key (black)4.7%
Color previews
#f3dace text on a black background
contrast 15.73:1
Card sample
#f3dace text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dace;
Background color
Panel with #f3dace background
background-color: #f3dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dace; background: linear-gradient(135deg, #f3dace, #F3F3CE);