#edfcfc
a pale, vivid cyan · cool · closest name: white
RGB
237, 252, 252
HSL
180°, 71%, 96%
CMYK
6, 0, 0, 1
Luminance
0.9465
Every format
| HEX | #edfcfc |
| RGB | rgb(237, 252, 252) |
| HSL | hsl(180, 71%, 96%) |
| CMYK | cmyk(6%, 0%, 0%, 1%) |
| LAB | lab(97.9 -4.9 -1.7) |
| LCH | lch(97.9 5.2 199.1) |
| OKLCH | oklch(0.980 0.016 196.9) |
Copy-ready code
/* CSS */
color: #edfcfc;
background-color: #edfcfc;
/* Tailwind (arbitrary) */
class="text-[#edfcfc] bg-[#edfcfc]"
/* SCSS */
$brand: #edfcfc;
/* SwiftUI */
Color(red: 0.929, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#edfcfc")Accessibility — WCAG contrast
Aa
#edfcfc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfcfc on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.8%
Blue98.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#edfcfc text on a black background
contrast 19.93:1
Card sample
#edfcfc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfcfc;
Background color
Panel with #edfcfc background
background-color: #edfcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfcfc; background: linear-gradient(135deg, #edfcfc, #EDF2FC);