#c7f2fe
a pale, electric cyan · cool · closest name: lavender
RGB
199, 242, 254
HSL
193°, 97%, 89%
CMYK
22, 5, 0, 0
Luminance
0.8280
Every format
| HEX | #c7f2fe |
| RGB | rgb(199, 242, 254) |
| HSL | hsl(193, 97%, 89%) |
| CMYK | cmyk(22%, 5%, 0%, 0%) |
| LAB | lab(92.9 -11.2 -10.3) |
| LCH | lch(92.9 15.3 222.6) |
| OKLCH | oklch(0.935 0.047 216.5) |
Copy-ready code
/* CSS */
color: #c7f2fe;
background-color: #c7f2fe;
/* Tailwind (arbitrary) */
class="text-[#c7f2fe] bg-[#c7f2fe]"
/* SCSS */
$brand: #c7f2fe;
/* SwiftUI */
Color(red: 0.780, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#c7f2fe")Accessibility — WCAG contrast
Aa
#c7f2fe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f2fe on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.9%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#c7f2fe text on a black background
contrast 17.56:1
Card sample
#c7f2fe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f2fe;
Background color
Panel with #c7f2fe background
background-color: #c7f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f2fe; background: linear-gradient(135deg, #c7f2fe, #C7CDFE);