#c7fdfb
a pale, electric cyan · cool · closest name: white
RGB
199, 253, 251
HSL
178°, 93%, 89%
CMYK
21, 0, 1, 1
Luminance
0.8936
Every format
| HEX | #c7fdfb |
| RGB | rgb(199, 253, 251) |
| HSL | hsl(178, 93%, 89%) |
| CMYK | cmyk(21%, 0%, 1%, 1%) |
| LAB | lab(95.7 -17.3 -4.6) |
| LCH | lch(95.7 17.9 195.0) |
| OKLCH | oklch(0.957 0.055 193.5) |
Copy-ready code
/* CSS */
color: #c7fdfb;
background-color: #c7fdfb;
/* Tailwind (arbitrary) */
class="text-[#c7fdfb] bg-[#c7fdfb]"
/* SCSS */
$brand: #c7fdfb;
/* SwiftUI */
Color(red: 0.780, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#c7fdfb")Accessibility — WCAG contrast
Aa
#c7fdfb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fdfb on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.2%
Blue98.4%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#c7fdfb text on a black background
contrast 18.87:1
Card sample
#c7fdfb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fdfb;
Background color
Panel with #c7fdfb background
background-color: #c7fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fdfb; background: linear-gradient(135deg, #c7fdfb, #C7DBFD);