#f3feba
a pale, electric yellow · cool · closest name: khaki
RGB
243, 254, 186
HSL
70°, 97%, 86%
CMYK
4, 0, 27, 0
Luminance
0.9348
Every format
| HEX | #f3feba |
| RGB | rgb(243, 254, 186) |
| HSL | hsl(70, 97%, 86%) |
| CMYK | cmyk(4%, 0%, 27%, 0%) |
| LAB | lab(97.4 -14.3 31.4) |
| LCH | lch(97.4 34.5 114.5) |
| OKLCH | oklch(0.973 0.088 115.5) |
Copy-ready code
/* CSS */
color: #f3feba;
background-color: #f3feba;
/* Tailwind (arbitrary) */
class="text-[#f3feba] bg-[#f3feba]"
/* SCSS */
$brand: #f3feba;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#f3feba")Accessibility — WCAG contrast
Aa
#f3feba on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3feba on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#f3feba text on a black background
contrast 19.70:1
Card sample
#f3feba text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3feba;
Background color
Panel with #f3feba background
background-color: #f3feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3feba; background: linear-gradient(135deg, #f3feba, #C6FEBA);