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