#c7e7ef
a pale, vivid cyan · cool · closest name: lavender
RGB
199, 231, 239
HSL
192°, 56%, 86%
CMYK
17, 3, 0, 6
Luminance
0.7553
Every format
| HEX | #c7e7ef |
| RGB | rgb(199, 231, 239) |
| HSL | hsl(192, 56%, 86%) |
| CMYK | cmyk(17%, 3%, 0%, 6%) |
| LAB | lab(89.6 -8.8 -7.4) |
| LCH | lch(89.6 11.5 220.1) |
| OKLCH | oklch(0.907 0.035 214.5) |
Copy-ready code
/* CSS */
color: #c7e7ef;
background-color: #c7e7ef;
/* Tailwind (arbitrary) */
class="text-[#c7e7ef] bg-[#c7e7ef]"
/* SCSS */
$brand: #c7e7ef;
/* SwiftUI */
Color(red: 0.780, green: 0.906, blue: 0.937)
/* Android */
Color.parseColor("#c7e7ef")Accessibility — WCAG contrast
Aa
#c7e7ef on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e7ef on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green90.6%
Blue93.7%
CMYK percentages
Cyan16.7%
Magenta3.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c7e7ef text on a black background
contrast 16.11:1
Card sample
#c7e7ef text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e7ef;
Background color
Panel with #c7e7ef background
background-color: #c7e7ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e7ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 231, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 231, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e7ef; background: linear-gradient(135deg, #c7e7ef, #C7CCEF);