#f2fec5
a pale, electric green · cool · closest name: beige
RGB
242, 254, 197
HSL
73°, 97%, 88%
CMYK
5, 0, 22, 0
Luminance
0.9379
Every format
| HEX | #f2fec5 |
| RGB | rgb(242, 254, 197) |
| HSL | hsl(73, 97%, 88%) |
| CMYK | cmyk(5%, 0%, 22%, 0%) |
| LAB | lab(97.5 -13.2 26.0) |
| LCH | lch(97.5 29.2 116.9) |
| OKLCH | oklch(0.974 0.074 117.5) |
Copy-ready code
/* CSS */
color: #f2fec5;
background-color: #f2fec5;
/* Tailwind (arbitrary) */
class="text-[#f2fec5] bg-[#f2fec5]"
/* SCSS */
$brand: #f2fec5;
/* SwiftUI */
Color(red: 0.949, green: 0.996, blue: 0.773)
/* Android */
Color.parseColor("#f2fec5")Accessibility — WCAG contrast
Aa
#f2fec5 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fec5 on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.6%
Blue77.3%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow22.4%
Key (black)0.4%
Color previews
#f2fec5 text on a black background
contrast 19.76:1
Card sample
#f2fec5 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fec5;
Background color
Panel with #f2fec5 background
background-color: #f2fec5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fec5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 254, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 254, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fec5; background: linear-gradient(135deg, #f2fec5, #CCFEC5);