#fff5f0
a pale, electric orange · warm · closest name: white
RGB
255, 245, 240
HSL
20°, 100%, 97%
CMYK
0, 4, 6, 0
Luminance
0.9286
Every format
| HEX | #fff5f0 |
| RGB | rgb(255, 245, 240) |
| HSL | hsl(20, 100%, 97%) |
| CMYK | cmyk(0%, 4%, 6%, 0%) |
| LAB | lab(97.2 2.5 3.6) |
| LCH | lch(97.2 4.4 55.3) |
| OKLCH | oklch(0.977 0.013 48.6) |
Copy-ready code
/* CSS */
color: #fff5f0;
background-color: #fff5f0;
/* Tailwind (arbitrary) */
class="text-[#fff5f0] bg-[#fff5f0]"
/* SCSS */
$brand: #fff5f0;
/* SwiftUI */
Color(red: 1.000, green: 0.961, blue: 0.941)
/* Android */
Color.parseColor("#fff5f0")Accessibility — WCAG contrast
Aa
#fff5f0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff5f0 on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow5.9%
Key (black)0.0%
Color previews
#fff5f0 text on a black background
contrast 19.57:1
Card sample
#fff5f0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff5f0;
Background color
Panel with #fff5f0 background
background-color: #fff5f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff5f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 245, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 245, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff5f0; background: linear-gradient(135deg, #fff5f0, #FFFFF0);