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