#f5eeeb
a pale, soft orange · warm · closest name: white
RGB
245, 238, 235
HSL
18°, 33%, 94%
CMYK
0, 3, 4, 4
Luminance
0.8656
Every format
| HEX | #f5eeeb |
| RGB | rgb(245, 238, 235) |
| HSL | hsl(18, 33%, 94%) |
| CMYK | cmyk(0%, 3%, 4%, 4%) |
| LAB | lab(94.5 1.8 2.3) |
| LCH | lch(94.5 2.9 51.2) |
| OKLCH | oklch(0.954 0.009 44.9) |
Copy-ready code
/* CSS */
color: #f5eeeb;
background-color: #f5eeeb;
/* Tailwind (arbitrary) */
class="text-[#f5eeeb] bg-[#f5eeeb]"
/* SCSS */
$brand: #f5eeeb;
/* SwiftUI */
Color(red: 0.961, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#f5eeeb")Accessibility — WCAG contrast
Aa
#f5eeeb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5eeeb on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green93.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow4.1%
Key (black)3.9%
Color previews
#f5eeeb text on a black background
contrast 18.31:1
Card sample
#f5eeeb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5eeeb;
Background color
Panel with #f5eeeb background
background-color: #f5eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5eeeb; background: linear-gradient(135deg, #f5eeeb, #F5F5EB);