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