#f3fdff
a pale, electric cyan · cool · closest name: white
RGB
243, 253, 255
HSL
190°, 100%, 98%
CMYK
5, 1, 0, 0
Luminance
0.9653
Every format
| HEX | #f3fdff |
| RGB | rgb(243, 253, 255) |
| HSL | hsl(190, 100%, 98%) |
| CMYK | cmyk(5%, 1%, 0%, 0%) |
| LAB | lab(98.6 -2.9 -2.1) |
| LCH | lch(98.6 3.6 215.7) |
| OKLCH | oklch(0.987 0.011 211.0) |
Copy-ready code
/* CSS */
color: #f3fdff;
background-color: #f3fdff;
/* Tailwind (arbitrary) */
class="text-[#f3fdff] bg-[#f3fdff]"
/* SCSS */
$brand: #f3fdff;
/* SwiftUI */
Color(red: 0.953, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#f3fdff")Accessibility — WCAG contrast
Aa
#f3fdff on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fdff on black: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.2%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f3fdff text on a black background
contrast 20.31:1
Card sample
#f3fdff text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fdff;
Background color
Panel with #f3fdff background
background-color: #f3fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fdff; background: linear-gradient(135deg, #f3fdff, #F3F5FF);