#f4fbc3
a pale, electric yellow · cool · closest name: beige
RGB
244, 251, 195
HSL
68°, 88%, 88%
CMYK
3, 0, 22, 2
Luminance
0.9217
Every format
| HEX | #f4fbc3 |
| RGB | rgb(244, 251, 195) |
| HSL | hsl(68, 88%, 88%) |
| CMYK | cmyk(3%, 0%, 22%, 2%) |
| LAB | lab(96.9 -11.3 26.1) |
| LCH | lch(96.9 28.5 113.3) |
| OKLCH | oklch(0.969 0.072 113.6) |
Copy-ready code
/* CSS */
color: #f4fbc3;
background-color: #f4fbc3;
/* Tailwind (arbitrary) */
class="text-[#f4fbc3] bg-[#f4fbc3]"
/* SCSS */
$brand: #f4fbc3;
/* SwiftUI */
Color(red: 0.957, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#f4fbc3")Accessibility — WCAG contrast
Aa
#f4fbc3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fbc3 on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.4%
Blue76.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#f4fbc3 text on a black background
contrast 19.43:1
Card sample
#f4fbc3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fbc3;
Background color
Panel with #f4fbc3 background
background-color: #f4fbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fbc3; background: linear-gradient(135deg, #f4fbc3, #CFFBC3);