#f3daba
a light, vivid orange · warm · closest name: beige
RGB
243, 218, 186
HSL
34°, 70%, 84%
CMYK
0, 10, 24, 5
Luminance
0.7274
Every format
| HEX | #f3daba |
| RGB | rgb(243, 218, 186) |
| HSL | hsl(34, 70%, 84%) |
| CMYK | cmyk(0%, 10%, 24%, 5%) |
| LAB | lab(88.3 3.8 18.9) |
| LCH | lch(88.3 19.3 78.7) |
| OKLCH | oklch(0.901 0.051 73.9) |
Copy-ready code
/* CSS */
color: #f3daba;
background-color: #f3daba;
/* Tailwind (arbitrary) */
class="text-[#f3daba] bg-[#f3daba]"
/* SCSS */
$brand: #f3daba;
/* SwiftUI */
Color(red: 0.953, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#f3daba")Accessibility — WCAG contrast
Aa
#f3daba on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3daba on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow23.5%
Key (black)4.7%
Color previews
#f3daba text on a black background
contrast 15.55:1
Card sample
#f3daba text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3daba;
Background color
Panel with #f3daba background
background-color: #f3daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3daba; background: linear-gradient(135deg, #f3daba, #E6F3BA);