#f3faff
a pale, electric blue · cool · closest name: white
RGB
243, 250, 255
HSL
205°, 100%, 98%
CMYK
5, 2, 0, 0
Luminance
0.9465
Every format
| HEX | #f3faff |
| RGB | rgb(243, 250, 255) |
| HSL | hsl(205, 100%, 98%) |
| CMYK | cmyk(5%, 2%, 0%, 0%) |
| LAB | lab(97.9 -1.4 -3.2) |
| LCH | lch(97.9 3.5 246.5) |
| OKLCH | oklch(0.981 0.010 238.5) |
Copy-ready code
/* CSS */
color: #f3faff;
background-color: #f3faff;
/* Tailwind (arbitrary) */
class="text-[#f3faff] bg-[#f3faff]"
/* SCSS */
$brand: #f3faff;
/* SwiftUI */
Color(red: 0.953, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#f3faff")Accessibility — WCAG contrast
Aa
#f3faff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3faff on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.0%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f3faff text on a black background
contrast 19.93:1
Card sample
#f3faff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3faff;
Background color
Panel with #f3faff background
background-color: #f3faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3faff; background: linear-gradient(135deg, #f3faff, #F4F3FF);