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