#f2fccb
a pale, electric green · cool · closest name: beige
RGB
242, 252, 203
HSL
72°, 89%, 89%
CMYK
4, 0, 19, 1
Luminance
0.9281
Every format
| HEX | #f2fccb |
| RGB | rgb(242, 252, 203) |
| HSL | hsl(72, 89%, 89%) |
| CMYK | cmyk(4%, 0%, 19%, 1%) |
| LAB | lab(97.2 -11.3 22.4) |
| LCH | lch(97.2 25.1 116.8) |
| OKLCH | oklch(0.971 0.064 117.0) |
Copy-ready code
/* CSS */
color: #f2fccb;
background-color: #f2fccb;
/* Tailwind (arbitrary) */
class="text-[#f2fccb] bg-[#f2fccb]"
/* SCSS */
$brand: #f2fccb;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#f2fccb")Accessibility — WCAG contrast
Aa
#f2fccb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fccb on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue79.6%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#f2fccb text on a black background
contrast 19.56:1
Card sample
#f2fccb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fccb;
Background color
Panel with #f2fccb background
background-color: #f2fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fccb; background: linear-gradient(135deg, #f2fccb, #D1FCCB);