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