#f3ffca
a pale, electric green · cool · closest name: beige
RGB
243, 255, 202
HSL
74°, 100%, 90%
CMYK
5, 0, 21, 0
Luminance
0.9484
Every format
| HEX | #f3ffca |
| RGB | rgb(243, 255, 202) |
| HSL | hsl(74, 100%, 90%) |
| CMYK | cmyk(5%, 0%, 21%, 0%) |
| LAB | lab(98.0 -12.6 24.1) |
| LCH | lch(98.0 27.2 117.6) |
| OKLCH | oklch(0.978 0.070 118.1) |
Copy-ready code
/* CSS */
color: #f3ffca;
background-color: #f3ffca;
/* Tailwind (arbitrary) */
class="text-[#f3ffca] bg-[#f3ffca]"
/* SCSS */
$brand: #f3ffca;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#f3ffca")Accessibility — WCAG contrast
Aa
#f3ffca on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffca on black: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue79.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#f3ffca text on a black background
contrast 19.97:1
Card sample
#f3ffca text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffca;
Background color
Panel with #f3ffca background
background-color: #f3ffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffca; background: linear-gradient(135deg, #f3ffca, #D0FFCA);