#f5e7e7
a pale, soft red · warm · closest name: white
RGB
245, 231, 231
HSL
0°, 41%, 93%
CMYK
0, 6, 6, 4
Luminance
0.8233
Every format
| HEX | #f5e7e7 |
| RGB | rgb(245, 231, 231) |
| HSL | hsl(0, 41%, 93%) |
| CMYK | cmyk(0%, 6%, 6%, 4%) |
| LAB | lab(92.7 4.7 1.7) |
| LCH | lch(92.7 5.0 19.7) |
| OKLCH | oklch(0.939 0.015 17.4) |
Copy-ready code
/* CSS */
color: #f5e7e7;
background-color: #f5e7e7;
/* Tailwind (arbitrary) */
class="text-[#f5e7e7] bg-[#f5e7e7]"
/* SCSS */
$brand: #f5e7e7;
/* SwiftUI */
Color(red: 0.961, green: 0.906, blue: 0.906)
/* Android */
Color.parseColor("#f5e7e7")Accessibility — WCAG contrast
Aa
#f5e7e7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e7e7 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green90.6%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow5.7%
Key (black)3.9%
Color previews
#f5e7e7 text on a black background
contrast 17.47:1
Card sample
#f5e7e7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e7e7;
Background color
Panel with #f5e7e7 background
background-color: #f5e7e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e7e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 231, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 231, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e7e7; background: linear-gradient(135deg, #f5e7e7, #F5F0E7);