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