#f2fefd
a pale, electric cyan · cool · closest name: white
RGB
242, 254, 253
HSL
175°, 86%, 97%
CMYK
5, 0, 0, 0
Luminance
0.9685
Every format
| HEX | #f2fefd |
| RGB | rgb(242, 254, 253) |
| HSL | hsl(175, 86%, 97%) |
| CMYK | cmyk(5%, 0%, 0%, 0%) |
| LAB | lab(98.8 -4.1 -0.9) |
| LCH | lch(98.8 4.2 192.1) |
| OKLCH | oklch(0.988 0.013 191.0) |
Copy-ready code
/* CSS */
color: #f2fefd;
background-color: #f2fefd;
/* Tailwind (arbitrary) */
class="text-[#f2fefd] bg-[#f2fefd]"
/* SCSS */
$brand: #f2fefd;
/* SwiftUI */
Color(red: 0.949, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#f2fefd")Accessibility — WCAG contrast
Aa
#f2fefd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fefd on black: 20.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.6%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#f2fefd text on a black background
contrast 20.37:1
Card sample
#f2fefd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fefd;
Background color
Panel with #f2fefd background
background-color: #f2fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fefd; background: linear-gradient(135deg, #f2fefd, #F2F7FE);