#f3fbcf
a pale, electric green · cool · closest name: beige
RGB
243, 251, 207
HSL
71°, 85%, 90%
CMYK
3, 0, 18, 2
Luminance
0.9255
Every format
| HEX | #f3fbcf |
| RGB | rgb(243, 251, 207) |
| HSL | hsl(71, 85%, 90%) |
| CMYK | cmyk(3%, 0%, 18%, 2%) |
| LAB | lab(97.0 -9.9 20.2) |
| LCH | lch(97.0 22.5 116.0) |
| OKLCH | oklch(0.971 0.058 115.9) |
Copy-ready code
/* CSS */
color: #f3fbcf;
background-color: #f3fbcf;
/* Tailwind (arbitrary) */
class="text-[#f3fbcf] bg-[#f3fbcf]"
/* SCSS */
$brand: #f3fbcf;
/* SwiftUI */
Color(red: 0.953, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#f3fbcf")Accessibility — WCAG contrast
Aa
#f3fbcf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fbcf on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.4%
Blue81.2%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#f3fbcf text on a black background
contrast 19.51:1
Card sample
#f3fbcf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fbcf;
Background color
Panel with #f3fbcf background
background-color: #f3fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fbcf; background: linear-gradient(135deg, #f3fbcf, #D6FBCF);