#f3fcba
a pale, electric yellow · cool · closest name: khaki
RGB
243, 252, 186
HSL
68°, 92%, 86%
CMYK
4, 0, 26, 1
Luminance
0.9222
Every format
| HEX | #f3fcba |
| RGB | rgb(243, 252, 186) |
| HSL | hsl(68, 92%, 86%) |
| CMYK | cmyk(4%, 0%, 26%, 1%) |
| LAB | lab(96.9 -13.3 30.7) |
| LCH | lch(96.9 33.5 113.5) |
| OKLCH | oklch(0.969 0.085 114.3) |
Copy-ready code
/* CSS */
color: #f3fcba;
background-color: #f3fcba;
/* Tailwind (arbitrary) */
class="text-[#f3fcba] bg-[#f3fcba]"
/* SCSS */
$brand: #f3fcba;
/* SwiftUI */
Color(red: 0.953, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f3fcba")Accessibility — WCAG contrast
Aa
#f3fcba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fcba on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.8%
Blue72.9%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f3fcba text on a black background
contrast 19.44:1
Card sample
#f3fcba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fcba;
Background color
Panel with #f3fcba background
background-color: #f3fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fcba; background: linear-gradient(135deg, #f3fcba, #C7FCBA);