#c7ecf2
a pale, vivid cyan · cool · closest name: lavender
RGB
199, 236, 242
HSL
188°, 62%, 87%
CMYK
18, 3, 0, 5
Luminance
0.7854
Every format
| HEX | #c7ecf2 |
| RGB | rgb(199, 236, 242) |
| HSL | hsl(188, 62%, 87%) |
| CMYK | cmyk(18%, 3%, 0%, 5%) |
| LAB | lab(91.0 -10.7 -6.9) |
| LCH | lch(91.0 12.7 212.8) |
| OKLCH | oklch(0.919 0.039 208.4) |
Copy-ready code
/* CSS */
color: #c7ecf2;
background-color: #c7ecf2;
/* Tailwind (arbitrary) */
class="text-[#c7ecf2] bg-[#c7ecf2]"
/* SCSS */
$brand: #c7ecf2;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.949)
/* Android */
Color.parseColor("#c7ecf2")Accessibility — WCAG contrast
Aa
#c7ecf2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecf2 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue94.9%
CMYK percentages
Cyan17.8%
Magenta2.5%
Yellow0.0%
Key (black)5.1%
Color previews
#c7ecf2 text on a black background
contrast 16.71:1
Card sample
#c7ecf2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecf2;
Background color
Panel with #c7ecf2 background
background-color: #c7ecf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecf2; background: linear-gradient(135deg, #c7ecf2, #C7CFF2);