#c7f2fc
a pale, electric cyan · cool · closest name: lavender
RGB
199, 242, 252
HSL
191°, 90%, 88%
CMYK
21, 4, 0, 1
Luminance
0.8267
Every format
| HEX | #c7f2fc |
| RGB | rgb(199, 242, 252) |
| HSL | hsl(191, 90%, 88%) |
| CMYK | cmyk(21%, 4%, 0%, 1%) |
| LAB | lab(92.9 -11.7 -9.4) |
| LCH | lch(92.9 15.0 218.8) |
| OKLCH | oklch(0.934 0.046 213.4) |
Copy-ready code
/* CSS */
color: #c7f2fc;
background-color: #c7f2fc;
/* Tailwind (arbitrary) */
class="text-[#c7f2fc] bg-[#c7f2fc]"
/* SCSS */
$brand: #c7f2fc;
/* SwiftUI */
Color(red: 0.780, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#c7f2fc")Accessibility — WCAG contrast
Aa
#c7f2fc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f2fc on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.9%
Blue98.8%
CMYK percentages
Cyan21.0%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#c7f2fc text on a black background
contrast 17.53:1
Card sample
#c7f2fc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f2fc;
Background color
Panel with #c7f2fc background
background-color: #c7f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f2fc; background: linear-gradient(135deg, #c7f2fc, #C7CFFC);