#f1faff
a pale, electric blue · cool · closest name: white
RGB
241, 250, 255
HSL
201°, 100%, 97%
CMYK
6, 2, 0, 0
Luminance
0.9429
Every format
| HEX | #f1faff |
| RGB | rgb(241, 250, 255) |
| HSL | hsl(201, 100%, 97%) |
| CMYK | cmyk(6%, 2%, 0%, 0%) |
| LAB | lab(97.8 -2.0 -3.4) |
| LCH | lch(97.8 4.0 239.2) |
| OKLCH | oklch(0.980 0.012 231.6) |
Copy-ready code
/* CSS */
color: #f1faff;
background-color: #f1faff;
/* Tailwind (arbitrary) */
class="text-[#f1faff] bg-[#f1faff]"
/* SCSS */
$brand: #f1faff;
/* SwiftUI */
Color(red: 0.945, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#f1faff")Accessibility — WCAG contrast
Aa
#f1faff on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1faff on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.0%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f1faff text on a black background
contrast 19.86:1
Card sample
#f1faff text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1faff;
Background color
Panel with #f1faff background
background-color: #f1faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1faff; background: linear-gradient(135deg, #f1faff, #F2F1FF);