#f2fdbc
a pale, electric green · cool · closest name: khaki
RGB
242, 253, 188
HSL
70°, 94%, 87%
CMYK
4, 0, 26, 1
Luminance
0.9276
Every format
| HEX | #f2fdbc |
| RGB | rgb(242, 253, 188) |
| HSL | hsl(70, 94%, 87%) |
| CMYK | cmyk(4%, 0%, 26%, 1%) |
| LAB | lab(97.1 -13.9 30.0) |
| LCH | lch(97.1 33.1 114.9) |
| OKLCH | oklch(0.970 0.084 115.8) |
Copy-ready code
/* CSS */
color: #f2fdbc;
background-color: #f2fdbc;
/* Tailwind (arbitrary) */
class="text-[#f2fdbc] bg-[#f2fdbc]"
/* SCSS */
$brand: #f2fdbc;
/* SwiftUI */
Color(red: 0.949, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#f2fdbc")Accessibility — WCAG contrast
Aa
#f2fdbc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fdbc on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.2%
Blue73.7%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#f2fdbc text on a black background
contrast 19.55:1
Card sample
#f2fdbc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fdbc;
Background color
Panel with #f2fdbc background
background-color: #f2fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fdbc; background: linear-gradient(135deg, #f2fdbc, #C7FDBC);