#f7fcd2
a pale, electric yellow · cool · closest name: beige
RGB
247, 252, 210
HSL
67°, 88%, 91%
CMYK
2, 0, 17, 1
Luminance
0.9405
Every format
| HEX | #f7fcd2 |
| RGB | rgb(247, 252, 210) |
| HSL | hsl(67, 88%, 91%) |
| CMYK | cmyk(2%, 0%, 17%, 1%) |
| LAB | lab(97.7 -8.5 19.6) |
| LCH | lch(97.7 21.4 113.5) |
| OKLCH | oklch(0.977 0.055 112.9) |
Copy-ready code
/* CSS */
color: #f7fcd2;
background-color: #f7fcd2;
/* Tailwind (arbitrary) */
class="text-[#f7fcd2] bg-[#f7fcd2]"
/* SCSS */
$brand: #f7fcd2;
/* SwiftUI */
Color(red: 0.969, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#f7fcd2")Accessibility — WCAG contrast
Aa
#f7fcd2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fcd2 on black: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.8%
Blue82.4%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#f7fcd2 text on a black background
contrast 19.81:1
Card sample
#f7fcd2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fcd2;
Background color
Panel with #f7fcd2 background
background-color: #f7fcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fcd2; background: linear-gradient(135deg, #f7fcd2, #DBFCD2);