#f3fefe
a pale, electric cyan · cool · closest name: white
RGB
243, 254, 254
HSL
180°, 85%, 98%
CMYK
4, 0, 0, 0
Luminance
0.9709
Every format
| HEX | #f3fefe |
| RGB | rgb(243, 254, 254) |
| HSL | hsl(180, 85%, 98%) |
| CMYK | cmyk(4%, 0%, 0%, 0%) |
| LAB | lab(98.9 -3.6 -1.3) |
| LCH | lch(98.9 3.8 199.2) |
| OKLCH | oklch(0.989 0.012 197.0) |
Copy-ready code
/* CSS */
color: #f3fefe;
background-color: #f3fefe;
/* Tailwind (arbitrary) */
class="text-[#f3fefe] bg-[#f3fefe]"
/* SCSS */
$brand: #f3fefe;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#f3fefe")Accessibility — WCAG contrast
Aa
#f3fefe on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fefe on black: 20.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f3fefe text on a black background
contrast 20.42:1
Card sample
#f3fefe text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fefe;
Background color
Panel with #f3fefe background
background-color: #f3fefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fefe; background: linear-gradient(135deg, #f3fefe, #F3F7FE);