#f3febc
a pale, electric green · cool · closest name: khaki
RGB
243, 254, 188
HSL
70°, 97%, 87%
CMYK
4, 0, 26, 0
Luminance
0.9357
Every format
| HEX | #f3febc |
| RGB | rgb(243, 254, 188) |
| HSL | hsl(70, 97%, 87%) |
| CMYK | cmyk(4%, 0%, 26%, 0%) |
| LAB | lab(97.5 -14.1 30.4) |
| LCH | lch(97.5 33.5 114.8) |
| OKLCH | oklch(0.973 0.085 115.7) |
Copy-ready code
/* CSS */
color: #f3febc;
background-color: #f3febc;
/* Tailwind (arbitrary) */
class="text-[#f3febc] bg-[#f3febc]"
/* SCSS */
$brand: #f3febc;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#f3febc")Accessibility — WCAG contrast
Aa
#f3febc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3febc on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue73.7%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#f3febc text on a black background
contrast 19.71:1
Card sample
#f3febc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3febc;
Background color
Panel with #f3febc background
background-color: #f3febc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3febc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3febc; background: linear-gradient(135deg, #f3febc, #C7FEBC);