#f7fbca
a pale, electric yellow · cool · closest name: beige
RGB
247, 251, 202
HSL
65°, 86%, 89%
CMYK
2, 0, 20, 2
Luminance
0.9303
Every format
| HEX | #f7fbca |
| RGB | rgb(247, 251, 202) |
| HSL | hsl(65, 86%, 89%) |
| CMYK | cmyk(2%, 0%, 20%, 2%) |
| LAB | lab(97.2 -9.2 23.1) |
| LCH | lch(97.2 24.9 111.7) |
| OKLCH | oklch(0.973 0.063 111.4) |
Copy-ready code
/* CSS */
color: #f7fbca;
background-color: #f7fbca;
/* Tailwind (arbitrary) */
class="text-[#f7fbca] bg-[#f7fbca]"
/* SCSS */
$brand: #f7fbca;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.792)
/* Android */
Color.parseColor("#f7fbca")Accessibility — WCAG contrast
Aa
#f7fbca on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbca on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue79.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow19.5%
Key (black)1.6%
Color previews
#f7fbca text on a black background
contrast 19.61:1
Card sample
#f7fbca text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbca;
Background color
Panel with #f7fbca background
background-color: #f7fbca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbca; background: linear-gradient(135deg, #f7fbca, #D6FBCA);