#fff6d6
a pale, electric yellow · cool · closest name: beige
RGB
255, 246, 214
HSL
47°, 100%, 92%
CMYK
0, 4, 16, 0
Luminance
0.9203
Every format
| HEX | #fff6d6 |
| RGB | rgb(255, 246, 214) |
| HSL | hsl(47, 100%, 92%) |
| CMYK | cmyk(0%, 4%, 16%, 0%) |
| LAB | lab(96.8 -2.1 16.5) |
| LCH | lch(96.8 16.6 97.3) |
| OKLCH | oklch(0.972 0.043 94.1) |
Copy-ready code
/* CSS */
color: #fff6d6;
background-color: #fff6d6;
/* Tailwind (arbitrary) */
class="text-[#fff6d6] bg-[#fff6d6]"
/* SCSS */
$brand: #fff6d6;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.839)
/* Android */
Color.parseColor("#fff6d6")Accessibility — WCAG contrast
Aa
#fff6d6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6d6 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow16.1%
Key (black)0.0%
Color previews
#fff6d6 text on a black background
contrast 19.41:1
Card sample
#fff6d6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6d6;
Background color
Panel with #fff6d6 background
background-color: #fff6d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6d6; background: linear-gradient(135deg, #fff6d6, #EDFFD6);