#f3ffad
a light, electric yellow · cool · closest name: khaki
RGB
243, 255, 173
HSL
69°, 100%, 84%
CMYK
5, 0, 32, 0
Luminance
0.9359
Every format
| HEX | #f3ffad |
| RGB | rgb(243, 255, 173) |
| HSL | hsl(69, 100%, 84%) |
| CMYK | cmyk(5%, 0%, 32%, 0%) |
| LAB | lab(97.5 -16.5 38.0) |
| LCH | lch(97.5 41.4 113.5) |
| OKLCH | oklch(0.972 0.104 115.1) |
Copy-ready code
/* CSS */
color: #f3ffad;
background-color: #f3ffad;
/* Tailwind (arbitrary) */
class="text-[#f3ffad] bg-[#f3ffad]"
/* SCSS */
$brand: #f3ffad;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#f3ffad")Accessibility — WCAG contrast
Aa
#f3ffad on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffad on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue67.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#f3ffad text on a black background
contrast 19.72:1
Card sample
#f3ffad text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffad;
Background color
Panel with #f3ffad background
background-color: #f3ffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffad; background: linear-gradient(135deg, #f3ffad, #BCFFAD);