#f2ddbf
a light, vivid orange · warm · closest name: beige
RGB
242, 221, 191
HSL
35°, 66%, 85%
CMYK
0, 9, 21, 5
Luminance
0.7435
Every format
| HEX | #f2ddbf |
| RGB | rgb(242, 221, 191) |
| HSL | hsl(35, 66%, 85%) |
| CMYK | cmyk(0%, 9%, 21%, 5%) |
| LAB | lab(89.1 2.6 17.4) |
| LCH | lch(89.1 17.6 81.6) |
| OKLCH | oklch(0.907 0.046 76.8) |
Copy-ready code
/* CSS */
color: #f2ddbf;
background-color: #f2ddbf;
/* Tailwind (arbitrary) */
class="text-[#f2ddbf] bg-[#f2ddbf]"
/* SCSS */
$brand: #f2ddbf;
/* SwiftUI */
Color(red: 0.949, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#f2ddbf")Accessibility — WCAG contrast
Aa
#f2ddbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ddbf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow21.1%
Key (black)5.1%
Color previews
#f2ddbf text on a black background
contrast 15.87:1
Card sample
#f2ddbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ddbf;
Background color
Panel with #f2ddbf background
background-color: #f2ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ddbf; background: linear-gradient(135deg, #f2ddbf, #E5F2BF);