#fffaca
a pale, electric yellow · cool · closest name: beige
RGB
255, 250, 202
HSL
54°, 100%, 90%
CMYK
0, 2, 21, 0
Luminance
0.9390
Every format
| HEX | #fffaca |
| RGB | rgb(255, 250, 202) |
| HSL | hsl(54, 100%, 90%) |
| CMYK | cmyk(0%, 2%, 21%, 0%) |
| LAB | lab(97.6 -5.8 23.7) |
| LCH | lch(97.6 24.4 103.9) |
| OKLCH | oklch(0.977 0.062 102.5) |
Copy-ready code
/* CSS */
color: #fffaca;
background-color: #fffaca;
/* Tailwind (arbitrary) */
class="text-[#fffaca] bg-[#fffaca]"
/* SCSS */
$brand: #fffaca;
/* SwiftUI */
Color(red: 1.000, green: 0.980, blue: 0.792)
/* Android */
Color.parseColor("#fffaca")Accessibility — WCAG contrast
Aa
#fffaca on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffaca on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.0%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow20.8%
Key (black)0.0%
Color previews
#fffaca text on a black background
contrast 19.78:1
Card sample
#fffaca text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffaca;
Background color
Panel with #fffaca background
background-color: #fffaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 250, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 250, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffaca; background: linear-gradient(135deg, #fffaca, #E1FFCA);