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