#c7e2eb
a pale, vivid cyan · cool · closest name: lavender
RGB
199, 226, 235
HSL
195°, 47%, 85%
CMYK
15, 4, 0, 8
Luminance
0.7253
Every format
| HEX | #c7e2eb |
| RGB | rgb(199, 226, 235) |
| HSL | hsl(195, 47%, 85%) |
| CMYK | cmyk(15%, 4%, 0%, 8%) |
| LAB | lab(88.2 -7.1 -7.4) |
| LCH | lch(88.2 10.2 226.3) |
| OKLCH | oklch(0.896 0.031 219.8) |
Copy-ready code
/* CSS */
color: #c7e2eb;
background-color: #c7e2eb;
/* Tailwind (arbitrary) */
class="text-[#c7e2eb] bg-[#c7e2eb]"
/* SCSS */
$brand: #c7e2eb;
/* SwiftUI */
Color(red: 0.780, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#c7e2eb")Accessibility — WCAG contrast
Aa
#c7e2eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e2eb on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green88.6%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c7e2eb text on a black background
contrast 15.51:1
Card sample
#c7e2eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e2eb;
Background color
Panel with #c7e2eb background
background-color: #c7e2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e2eb; background: linear-gradient(135deg, #c7e2eb, #C7CAEB);