#f4ffbb
a pale, electric yellow · cool · closest name: khaki
RGB
244, 255, 187
HSL
70°, 100%, 87%
CMYK
4, 0, 27, 0
Luminance
0.9434
Every format
| HEX | #f4ffbb |
| RGB | rgb(244, 255, 187) |
| HSL | hsl(70, 100%, 87%) |
| CMYK | cmyk(4%, 0%, 27%, 0%) |
| LAB | lab(97.8 -14.3 31.4) |
| LCH | lch(97.8 34.5 114.5) |
| OKLCH | oklch(0.976 0.087 115.5) |
Copy-ready code
/* CSS */
color: #f4ffbb;
background-color: #f4ffbb;
/* Tailwind (arbitrary) */
class="text-[#f4ffbb] bg-[#f4ffbb]"
/* SCSS */
$brand: #f4ffbb;
/* SwiftUI */
Color(red: 0.957, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#f4ffbb")Accessibility — WCAG contrast
Aa
#f4ffbb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ffbb on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green100.0%
Blue73.3%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#f4ffbb text on a black background
contrast 19.87:1
Card sample
#f4ffbb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ffbb;
Background color
Panel with #f4ffbb background
background-color: #f4ffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ffbb; background: linear-gradient(135deg, #f4ffbb, #C7FFBB);