#f4fcba
a pale, electric yellow · cool · closest name: khaki
RGB
244, 252, 186
HSL
67°, 92%, 86%
CMYK
3, 0, 26, 1
Luminance
0.9240
Every format
| HEX | #f4fcba |
| RGB | rgb(244, 252, 186) |
| HSL | hsl(67, 92%, 86%) |
| CMYK | cmyk(3%, 0%, 26%, 1%) |
| LAB | lab(97.0 -13.0 30.8) |
| LCH | lch(97.0 33.5 112.9) |
| OKLCH | oklch(0.969 0.085 113.6) |
Copy-ready code
/* CSS */
color: #f4fcba;
background-color: #f4fcba;
/* Tailwind (arbitrary) */
class="text-[#f4fcba] bg-[#f4fcba]"
/* SCSS */
$brand: #f4fcba;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f4fcba")Accessibility — WCAG contrast
Aa
#f4fcba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcba on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue72.9%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f4fcba text on a black background
contrast 19.48:1
Card sample
#f4fcba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcba;
Background color
Panel with #f4fcba background
background-color: #f4fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcba; background: linear-gradient(135deg, #f4fcba, #C8FCBA);