#f3fbb8
a pale, electric yellow · cool · closest name: khaki
RGB
243, 251, 184
HSL
67°, 89%, 85%
CMYK
3, 0, 27, 2
Luminance
0.9151
Every format
| HEX | #f3fbb8 |
| RGB | rgb(243, 251, 184) |
| HSL | hsl(67, 89%, 85%) |
| CMYK | cmyk(3%, 0%, 27%, 2%) |
| LAB | lab(96.6 -13.1 31.3) |
| LCH | lch(96.6 34.0 112.7) |
| OKLCH | oklch(0.966 0.086 113.6) |
Copy-ready code
/* CSS */
color: #f3fbb8;
background-color: #f3fbb8;
/* Tailwind (arbitrary) */
class="text-[#f3fbb8] bg-[#f3fbb8]"
/* SCSS */
$brand: #f3fbb8;
/* SwiftUI */
Color(red: 0.953, green: 0.984, blue: 0.722)
/* Android */
Color.parseColor("#f3fbb8")Accessibility — WCAG contrast
Aa
#f3fbb8 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fbb8 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.4%
Blue72.2%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow26.7%
Key (black)1.6%
Color previews
#f3fbb8 text on a black background
contrast 19.30:1
Card sample
#f3fbb8 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fbb8;
Background color
Panel with #f3fbb8 background
background-color: #f3fbb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fbb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 251, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 251, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fbb8; background: linear-gradient(135deg, #f3fbb8, #C6FBB8);