#c4edfd
a pale, electric cyan · cool · closest name: lavender
RGB
196, 237, 253
HSL
197°, 93%, 88%
CMYK
23, 6, 0, 1
Luminance
0.7940
Every format
| HEX | #c4edfd |
| RGB | rgb(196, 237, 253) |
| HSL | hsl(197, 93%, 88%) |
| CMYK | cmyk(23%, 6%, 0%, 1%) |
| LAB | lab(91.4 -9.8 -12.1) |
| LCH | lch(91.4 15.6 231.0) |
| OKLCH | oklch(0.922 0.048 223.5) |
Copy-ready code
/* CSS */
color: #c4edfd;
background-color: #c4edfd;
/* Tailwind (arbitrary) */
class="text-[#c4edfd] bg-[#c4edfd]"
/* SCSS */
$brand: #c4edfd;
/* SwiftUI */
Color(red: 0.769, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#c4edfd")Accessibility — WCAG contrast
Aa
#c4edfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4edfd on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.9%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c4edfd text on a black background
contrast 16.88:1
Card sample
#c4edfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4edfd;
Background color
Panel with #c4edfd background
background-color: #c4edfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4edfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4edfd; background: linear-gradient(135deg, #c4edfd, #C4C7FD);