#f3feaf
a light, electric yellow · cool · closest name: khaki
RGB
243, 254, 175
HSL
68°, 98%, 84%
CMYK
4, 0, 31, 0
Luminance
0.9303
Every format
| HEX | #f3feaf |
| RGB | rgb(243, 254, 175) |
| HSL | hsl(68, 98%, 84%) |
| CMYK | cmyk(4%, 0%, 31%, 0%) |
| LAB | lab(97.2 -15.8 36.7) |
| LCH | lch(97.2 39.9 113.2) |
| OKLCH | oklch(0.971 0.101 114.8) |
Copy-ready code
/* CSS */
color: #f3feaf;
background-color: #f3feaf;
/* Tailwind (arbitrary) */
class="text-[#f3feaf] bg-[#f3feaf]"
/* SCSS */
$brand: #f3feaf;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#f3feaf")Accessibility — WCAG contrast
Aa
#f3feaf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3feaf on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#f3feaf text on a black background
contrast 19.61:1
Card sample
#f3feaf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3feaf;
Background color
Panel with #f3feaf background
background-color: #f3feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3feaf; background: linear-gradient(135deg, #f3feaf, #BEFEAF);