#f2fcba
a pale, electric yellow · cool · closest name: khaki
RGB
242, 252, 186
HSL
69°, 92%, 86%
CMYK
4, 0, 26, 1
Luminance
0.9204
Every format
| HEX | #f2fcba |
| RGB | rgb(242, 252, 186) |
| HSL | hsl(69, 92%, 86%) |
| CMYK | cmyk(4%, 0%, 26%, 1%) |
| LAB | lab(96.8 -13.7 30.6) |
| LCH | lch(96.8 33.5 114.1) |
| OKLCH | oklch(0.968 0.085 115.0) |
Copy-ready code
/* CSS */
color: #f2fcba;
background-color: #f2fcba;
/* Tailwind (arbitrary) */
class="text-[#f2fcba] bg-[#f2fcba]"
/* SCSS */
$brand: #f2fcba;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f2fcba")Accessibility — WCAG contrast
Aa
#f2fcba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcba on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue72.9%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f2fcba text on a black background
contrast 19.41:1
Card sample
#f2fcba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcba;
Background color
Panel with #f2fcba background
background-color: #f2fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcba; background: linear-gradient(135deg, #f2fcba, #C6FCBA);