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