#c0fdfe
a pale, electric cyan · cool · closest name: white
RGB
192, 253, 254
HSL
181°, 97%, 88%
CMYK
24, 0, 0, 0
Luminance
0.8861
Every format
| HEX | #c0fdfe |
| RGB | rgb(192, 253, 254) |
| HSL | hsl(181, 97%, 88%) |
| CMYK | cmyk(24%, 0%, 0%, 0%) |
| LAB | lab(95.4 -18.7 -6.7) |
| LCH | lch(95.4 19.9 199.7) |
| OKLCH | oklch(0.953 0.061 197.4) |
Copy-ready code
/* CSS */
color: #c0fdfe;
background-color: #c0fdfe;
/* Tailwind (arbitrary) */
class="text-[#c0fdfe] bg-[#c0fdfe]"
/* SCSS */
$brand: #c0fdfe;
/* SwiftUI */
Color(red: 0.753, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#c0fdfe")Accessibility — WCAG contrast
Aa
#c0fdfe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fdfe on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.2%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#c0fdfe text on a black background
contrast 18.72:1
Card sample
#c0fdfe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fdfe;
Background color
Panel with #c0fdfe background
background-color: #c0fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fdfe; background: linear-gradient(135deg, #c0fdfe, #C0D4FE);