#f0fdff
a pale, electric cyan · cool · closest name: white
RGB
240, 253, 255
HSL
188°, 100%, 97%
CMYK
6, 1, 0, 0
Luminance
0.9600
Every format
| HEX | #f0fdff |
| RGB | rgb(240, 253, 255) |
| HSL | hsl(188, 100%, 97%) |
| CMYK | cmyk(6%, 1%, 0%, 0%) |
| LAB | lab(98.4 -3.9 -2.4) |
| LCH | lch(98.4 4.6 212.0) |
| OKLCH | oklch(0.985 0.014 207.9) |
Copy-ready code
/* CSS */
color: #f0fdff;
background-color: #f0fdff;
/* Tailwind (arbitrary) */
class="text-[#f0fdff] bg-[#f0fdff]"
/* SCSS */
$brand: #f0fdff;
/* SwiftUI */
Color(red: 0.941, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#f0fdff")Accessibility — WCAG contrast
Aa
#f0fdff on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fdff on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.2%
Blue100.0%
CMYK percentages
Cyan5.9%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f0fdff text on a black background
contrast 20.20:1
Card sample
#f0fdff text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fdff;
Background color
Panel with #f0fdff background
background-color: #f0fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fdff; background: linear-gradient(135deg, #f0fdff, #F0F3FF);