#f3ffba
a pale, electric green · cool · closest name: khaki
RGB
243, 255, 186
HSL
70°, 100%, 87%
CMYK
5, 0, 27, 0
Luminance
0.9412
Every format
| HEX | #f3ffba |
| RGB | rgb(243, 255, 186) |
| HSL | hsl(70, 100%, 87%) |
| CMYK | cmyk(5%, 0%, 27%, 0%) |
| LAB | lab(97.7 -14.8 31.8) |
| LCH | lch(97.7 35.0 115.0) |
| OKLCH | oklch(0.975 0.089 116.1) |
Copy-ready code
/* CSS */
color: #f3ffba;
background-color: #f3ffba;
/* Tailwind (arbitrary) */
class="text-[#f3ffba] bg-[#f3ffba]"
/* SCSS */
$brand: #f3ffba;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#f3ffba")Accessibility — WCAG contrast
Aa
#f3ffba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffba on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue72.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#f3ffba text on a black background
contrast 19.82:1
Card sample
#f3ffba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffba;
Background color
Panel with #f3ffba background
background-color: #f3ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffba; background: linear-gradient(135deg, #f3ffba, #C5FFBA);