#c4fefd
a pale, electric cyan · cool · closest name: white
RGB
196, 254, 253
HSL
179°, 97%, 88%
CMYK
23, 0, 0, 0
Luminance
0.8971
Every format
| HEX | #c4fefd |
| RGB | rgb(196, 254, 253) |
| HSL | hsl(179, 97%, 88%) |
| CMYK | cmyk(23%, 0%, 0%, 0%) |
| LAB | lab(95.9 -18.3 -5.5) |
| LCH | lch(95.9 19.1 196.7) |
| OKLCH | oklch(0.958 0.058 194.9) |
Copy-ready code
/* CSS */
color: #c4fefd;
background-color: #c4fefd;
/* Tailwind (arbitrary) */
class="text-[#c4fefd] bg-[#c4fefd]"
/* SCSS */
$brand: #c4fefd;
/* SwiftUI */
Color(red: 0.769, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#c4fefd")Accessibility — WCAG contrast
Aa
#c4fefd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fefd on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green99.6%
Blue99.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#c4fefd text on a black background
contrast 18.94:1
Card sample
#c4fefd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fefd;
Background color
Panel with #c4fefd background
background-color: #c4fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fefd; background: linear-gradient(135deg, #c4fefd, #C4D8FE);