#f2fcb3
a light, electric yellow · cool · closest name: khaki
RGB
242, 252, 179
HSL
68°, 92%, 85%
CMYK
4, 0, 29, 1
Luminance
0.9175
Every format
| HEX | #f2fcb3 |
| RGB | rgb(242, 252, 179) |
| HSL | hsl(68, 92%, 85%) |
| CMYK | cmyk(4%, 0%, 29%, 1%) |
| LAB | lab(96.7 -14.6 34.0) |
| LCH | lch(96.7 37.0 113.3) |
| OKLCH | oklch(0.967 0.093 114.5) |
Copy-ready code
/* CSS */
color: #f2fcb3;
background-color: #f2fcb3;
/* Tailwind (arbitrary) */
class="text-[#f2fcb3] bg-[#f2fcb3]"
/* SCSS */
$brand: #f2fcb3;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#f2fcb3")Accessibility — WCAG contrast
Aa
#f2fcb3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcb3 on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue70.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#f2fcb3 text on a black background
contrast 19.35:1
Card sample
#f2fcb3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcb3;
Background color
Panel with #f2fcb3 background
background-color: #f2fcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcb3; background: linear-gradient(135deg, #f2fcb3, #C1FCB3);