#faffd7
a pale, electric yellow · cool · closest name: beige
RGB
250, 255, 215
HSL
68°, 100%, 92%
CMYK
2, 0, 16, 0
Luminance
0.9675
Every format
| HEX | #faffd7 |
| RGB | rgb(250, 255, 215) |
| HSL | hsl(68, 100%, 92%) |
| CMYK | cmyk(2%, 0%, 16%, 0%) |
| LAB | lab(98.7 -8.2 18.6) |
| LCH | lch(98.7 20.3 113.9) |
| OKLCH | oklch(0.986 0.052 113.1) |
Copy-ready code
/* CSS */
color: #faffd7;
background-color: #faffd7;
/* Tailwind (arbitrary) */
class="text-[#faffd7] bg-[#faffd7]"
/* SCSS */
$brand: #faffd7;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.843)
/* Android */
Color.parseColor("#faffd7")Accessibility — WCAG contrast
Aa
#faffd7 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffd7 on black: 20.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue84.3%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow15.7%
Key (black)0.0%
Color previews
#faffd7 text on a black background
contrast 20.35:1
Card sample
#faffd7 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffd7;
Background color
Panel with #faffd7 background
background-color: #faffd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffd7; background: linear-gradient(135deg, #faffd7, #E0FFD7);