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