#c7edfc
a pale, electric cyan · cool · closest name: lavender
RGB
199, 237, 252
HSL
197°, 90%, 88%
CMYK
21, 6, 0, 1
Luminance
0.7974
Every format
| HEX | #c7edfc |
| RGB | rgb(199, 237, 252) |
| HSL | hsl(197, 90%, 88%) |
| CMYK | cmyk(21%, 6%, 0%, 1%) |
| LAB | lab(91.6 -9.1 -11.3) |
| LCH | lch(91.6 14.5 231.1) |
| OKLCH | oklch(0.924 0.044 223.7) |
Copy-ready code
/* CSS */
color: #c7edfc;
background-color: #c7edfc;
/* Tailwind (arbitrary) */
class="text-[#c7edfc] bg-[#c7edfc]"
/* SCSS */
$brand: #c7edfc;
/* SwiftUI */
Color(red: 0.780, green: 0.929, blue: 0.988)
/* Android */
Color.parseColor("#c7edfc")Accessibility — WCAG contrast
Aa
#c7edfc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7edfc on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.9%
Blue98.8%
CMYK percentages
Cyan21.0%
Magenta6.0%
Yellow0.0%
Key (black)1.2%
Color previews
#c7edfc text on a black background
contrast 16.95:1
Card sample
#c7edfc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7edfc;
Background color
Panel with #c7edfc background
background-color: #c7edfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7edfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 237, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 237, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7edfc; background: linear-gradient(135deg, #c7edfc, #C7CAFC);