#f3fcaf
a light, electric yellow · cool · closest name: khaki
RGB
243, 252, 175
HSL
67°, 93%, 84%
CMYK
4, 0, 31, 1
Luminance
0.9177
Every format
| HEX | #f3fcaf |
| RGB | rgb(243, 252, 175) |
| HSL | hsl(67, 93%, 84%) |
| CMYK | cmyk(4%, 0%, 31%, 1%) |
| LAB | lab(96.7 -14.8 36.0) |
| LCH | lch(96.7 38.9 112.3) |
| OKLCH | oklch(0.967 0.098 113.7) |
Copy-ready code
/* CSS */
color: #f3fcaf;
background-color: #f3fcaf;
/* Tailwind (arbitrary) */
class="text-[#f3fcaf] bg-[#f3fcaf]"
/* SCSS */
$brand: #f3fcaf;
/* SwiftUI */
Color(red: 0.953, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#f3fcaf")Accessibility — WCAG contrast
Aa
#f3fcaf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fcaf on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#f3fcaf text on a black background
contrast 19.35:1
Card sample
#f3fcaf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fcaf;
Background color
Panel with #f3fcaf background
background-color: #f3fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fcaf; background: linear-gradient(135deg, #f3fcaf, #C0FCAF);