#f5f0e6
a pale, soft yellow · warm · closest name: ivory
RGB
245, 240, 230
HSL
40°, 43%, 93%
CMYK
0, 2, 6, 4
Luminance
0.8745
Every format
| HEX | #f5f0e6 |
| RGB | rgb(245, 240, 230) |
| HSL | hsl(40, 43%, 93%) |
| CMYK | cmyk(0%, 2%, 6%, 4%) |
| LAB | lab(94.9 -0.0 5.4) |
| LCH | lch(94.9 5.4 90.3) |
| OKLCH | oklch(0.956 0.014 84.6) |
Copy-ready code
/* CSS */
color: #f5f0e6;
background-color: #f5f0e6;
/* Tailwind (arbitrary) */
class="text-[#f5f0e6] bg-[#f5f0e6]"
/* SCSS */
$brand: #f5f0e6;
/* SwiftUI */
Color(red: 0.961, green: 0.941, blue: 0.902)
/* Android */
Color.parseColor("#f5f0e6")Accessibility — WCAG contrast
Aa
#f5f0e6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f0e6 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green94.1%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow6.1%
Key (black)3.9%
Color previews
#f5f0e6 text on a black background
contrast 18.49:1
Card sample
#f5f0e6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f0e6;
Background color
Panel with #f5f0e6 background
background-color: #f5f0e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f0e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 240, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 240, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f0e6; background: linear-gradient(135deg, #f5f0e6, #F0F5E6);