#f4fccb
a pale, electric yellow · cool · closest name: beige
RGB
244, 252, 203
HSL
70°, 89%, 89%
CMYK
3, 0, 19, 1
Luminance
0.9317
Every format
| HEX | #f4fccb |
| RGB | rgb(244, 252, 203) |
| HSL | hsl(70, 89%, 89%) |
| CMYK | cmyk(3%, 0%, 19%, 1%) |
| LAB | lab(97.3 -10.6 22.6) |
| LCH | lch(97.3 25.0 115.1) |
| OKLCH | oklch(0.973 0.064 115.1) |
Copy-ready code
/* CSS */
color: #f4fccb;
background-color: #f4fccb;
/* Tailwind (arbitrary) */
class="text-[#f4fccb] bg-[#f4fccb]"
/* SCSS */
$brand: #f4fccb;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#f4fccb")Accessibility — WCAG contrast
Aa
#f4fccb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fccb on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue79.6%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#f4fccb text on a black background
contrast 19.63:1
Card sample
#f4fccb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fccb;
Background color
Panel with #f4fccb background
background-color: #f4fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fccb; background: linear-gradient(135deg, #f4fccb, #D3FCCB);