#f2edce
a pale, vivid yellow · cool · closest name: beige
RGB
242, 237, 206
HSL
52°, 58%, 88%
CMYK
0, 2, 15, 5
Luminance
0.8390
Every format
| HEX | #f2edce |
| RGB | rgb(242, 237, 206) |
| HSL | hsl(52, 58%, 88%) |
| CMYK | cmyk(0%, 2%, 15%, 5%) |
| LAB | lab(93.4 -3.4 15.6) |
| LCH | lch(93.4 16.0 102.2) |
| OKLCH | oklch(0.942 0.041 99.6) |
Copy-ready code
/* CSS */
color: #f2edce;
background-color: #f2edce;
/* Tailwind (arbitrary) */
class="text-[#f2edce] bg-[#f2edce]"
/* SCSS */
$brand: #f2edce;
/* SwiftUI */
Color(red: 0.949, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#f2edce")Accessibility — WCAG contrast
Aa
#f2edce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2edce on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green92.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow14.9%
Key (black)5.1%
Color previews
#f2edce text on a black background
contrast 17.78:1
Card sample
#f2edce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2edce;
Background color
Panel with #f2edce background
background-color: #f2edce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2edce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2edce; background: linear-gradient(135deg, #f2edce, #DFF2CE);