#c7fdff
a pale, electric cyan · cool · closest name: white
RGB
199, 253, 255
HSL
182°, 100%, 89%
CMYK
22, 1, 0, 0
Luminance
0.8961
Every format
| HEX | #c7fdff |
| RGB | rgb(199, 253, 255) |
| HSL | hsl(182, 100%, 89%) |
| CMYK | cmyk(22%, 1%, 0%, 0%) |
| LAB | lab(95.8 -16.5 -6.5) |
| LCH | lch(95.8 17.8 201.6) |
| OKLCH | oklch(0.958 0.054 199.1) |
Copy-ready code
/* CSS */
color: #c7fdff;
background-color: #c7fdff;
/* Tailwind (arbitrary) */
class="text-[#c7fdff] bg-[#c7fdff]"
/* SCSS */
$brand: #c7fdff;
/* SwiftUI */
Color(red: 0.780, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#c7fdff")Accessibility — WCAG contrast
Aa
#c7fdff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fdff on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.2%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c7fdff text on a black background
contrast 18.92:1
Card sample
#c7fdff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fdff;
Background color
Panel with #c7fdff background
background-color: #c7fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fdff; background: linear-gradient(135deg, #c7fdff, #C7D8FF);