#f2dacf
a pale, vivid orange · warm · closest name: beige
RGB
242, 218, 207
HSL
19°, 57%, 88%
CMYK
0, 10, 15, 5
Luminance
0.7353
Every format
| HEX | #f2dacf |
| RGB | rgb(242, 218, 207) |
| HSL | hsl(19, 57%, 88%) |
| CMYK | cmyk(0%, 10%, 15%, 5%) |
| LAB | lab(88.7 6.5 8.4) |
| LCH | lch(88.7 10.6 52.3) |
| OKLCH | oklch(0.905 0.031 46.2) |
Copy-ready code
/* CSS */
color: #f2dacf;
background-color: #f2dacf;
/* Tailwind (arbitrary) */
class="text-[#f2dacf] bg-[#f2dacf]"
/* SCSS */
$brand: #f2dacf;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#f2dacf")Accessibility — WCAG contrast
Aa
#f2dacf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dacf on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow14.5%
Key (black)5.1%
Color previews
#f2dacf text on a black background
contrast 15.71:1
Card sample
#f2dacf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dacf;
Background color
Panel with #f2dacf background
background-color: #f2dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dacf; background: linear-gradient(135deg, #f2dacf, #F2F1CF);