#c7ecff
a pale, electric blue · cool · closest name: lavender
RGB
199, 236, 255
HSL
200°, 100%, 89%
CMYK
22, 8, 0, 0
Luminance
0.7935
Every format
| HEX | #c7ecff |
| RGB | rgb(199, 236, 255) |
| HSL | hsl(200, 100%, 89%) |
| CMYK | cmyk(22%, 8%, 0%, 0%) |
| LAB | lab(91.4 -8.0 -13.1) |
| LCH | lch(91.4 15.4 238.8) |
| OKLCH | oklch(0.923 0.046 230.2) |
Copy-ready code
/* CSS */
color: #c7ecff;
background-color: #c7ecff;
/* Tailwind (arbitrary) */
class="text-[#c7ecff] bg-[#c7ecff]"
/* SCSS */
$brand: #c7ecff;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#c7ecff")Accessibility — WCAG contrast
Aa
#c7ecff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecff on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c7ecff text on a black background
contrast 16.87:1
Card sample
#c7ecff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecff;
Background color
Panel with #c7ecff background
background-color: #c7ecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecff; background: linear-gradient(135deg, #c7ecff, #C7C7FF);