#f2daba
a light, vivid orange · warm · closest name: beige
RGB
242, 218, 186
HSL
34°, 68%, 84%
CMYK
0, 10, 23, 5
Luminance
0.7257
Every format
| HEX | #f2daba |
| RGB | rgb(242, 218, 186) |
| HSL | hsl(34, 68%, 84%) |
| CMYK | cmyk(0%, 10%, 23%, 5%) |
| LAB | lab(88.2 3.4 18.8) |
| LCH | lch(88.2 19.1 79.7) |
| OKLCH | oklch(0.900 0.050 75.0) |
Copy-ready code
/* CSS */
color: #f2daba;
background-color: #f2daba;
/* Tailwind (arbitrary) */
class="text-[#f2daba] bg-[#f2daba]"
/* SCSS */
$brand: #f2daba;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#f2daba")Accessibility — WCAG contrast
Aa
#f2daba on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2daba on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow23.1%
Key (black)5.1%
Color previews
#f2daba text on a black background
contrast 15.51:1
Card sample
#f2daba text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2daba;
Background color
Panel with #f2daba background
background-color: #f2daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2daba; background: linear-gradient(135deg, #f2daba, #E5F2BA);