#f1fffc
a pale, electric cyan · cool · closest name: white
RGB
241, 255, 252
HSL
167°, 100%, 97%
CMYK
6, 0, 1, 0
Luminance
0.9725
Every format
| HEX | #f1fffc |
| RGB | rgb(241, 255, 252) |
| HSL | hsl(167, 100%, 97%) |
| CMYK | cmyk(6%, 0%, 1%, 0%) |
| LAB | lab(98.9 -5.1 -0.1) |
| LCH | lch(98.9 5.1 181.7) |
| OKLCH | oklch(0.989 0.015 181.8) |
Copy-ready code
/* CSS */
color: #f1fffc;
background-color: #f1fffc;
/* Tailwind (arbitrary) */
class="text-[#f1fffc] bg-[#f1fffc]"
/* SCSS */
$brand: #f1fffc;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#f1fffc")Accessibility — WCAG contrast
Aa
#f1fffc on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fffc on black: 20.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue98.8%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#f1fffc text on a black background
contrast 20.45:1
Card sample
#f1fffc text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fffc;
Background color
Panel with #f1fffc background
background-color: #f1fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fffc; background: linear-gradient(135deg, #f1fffc, #F1F9FF);