#fff6df
a pale, electric yellow · warm · closest name: beige
RGB
255, 246, 223
HSL
43°, 100%, 94%
CMYK
0, 4, 13, 0
Luminance
0.9250
Every format
| HEX | #fff6df |
| RGB | rgb(255, 246, 223) |
| HSL | hsl(43, 100%, 94%) |
| CMYK | cmyk(0%, 4%, 13%, 0%) |
| LAB | lab(97.0 -0.8 12.1) |
| LCH | lch(97.0 12.2 93.5) |
| OKLCH | oklch(0.974 0.032 89.1) |
Copy-ready code
/* CSS */
color: #fff6df;
background-color: #fff6df;
/* Tailwind (arbitrary) */
class="text-[#fff6df] bg-[#fff6df]"
/* SCSS */
$brand: #fff6df;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#fff6df")Accessibility — WCAG contrast
Aa
#fff6df on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6df on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow12.5%
Key (black)0.0%
Color previews
#fff6df text on a black background
contrast 19.50:1
Card sample
#fff6df text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6df;
Background color
Panel with #fff6df background
background-color: #fff6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6df; background: linear-gradient(135deg, #fff6df, #F3FFDF);