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