#fff7ca
a pale, electric yellow · cool · closest name: beige
RGB
255, 247, 202
HSL
51°, 100%, 90%
CMYK
0, 3, 21, 0
Luminance
0.9205
Every format
| HEX | #fff7ca |
| RGB | rgb(255, 247, 202) |
| HSL | hsl(51, 100%, 90%) |
| CMYK | cmyk(0%, 3%, 21%, 0%) |
| LAB | lab(96.8 -4.3 22.6) |
| LCH | lch(96.8 23.1 100.9) |
| OKLCH | oklch(0.971 0.059 99.0) |
Copy-ready code
/* CSS */
color: #fff7ca;
background-color: #fff7ca;
/* Tailwind (arbitrary) */
class="text-[#fff7ca] bg-[#fff7ca]"
/* SCSS */
$brand: #fff7ca;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.792)
/* Android */
Color.parseColor("#fff7ca")Accessibility — WCAG contrast
Aa
#fff7ca on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7ca on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow20.8%
Key (black)0.0%
Color previews
#fff7ca text on a black background
contrast 19.41:1
Card sample
#fff7ca text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7ca;
Background color
Panel with #fff7ca background
background-color: #fff7ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7ca; background: linear-gradient(135deg, #fff7ca, #E4FFCA);