#c7ebec
a pale, vivid cyan · cool · closest name: white
RGB
199, 235, 236
HSL
182°, 49%, 85%
CMYK
16, 0, 0, 8
Luminance
0.7761
Every format
| HEX | #c7ebec |
| RGB | rgb(199, 235, 236) |
| HSL | hsl(182, 49%, 85%) |
| CMYK | cmyk(16%, 0%, 0%, 8%) |
| LAB | lab(90.6 -11.4 -4.4) |
| LCH | lch(90.6 12.3 201.1) |
| OKLCH | oklch(0.915 0.037 198.6) |
Copy-ready code
/* CSS */
color: #c7ebec;
background-color: #c7ebec;
/* Tailwind (arbitrary) */
class="text-[#c7ebec] bg-[#c7ebec]"
/* SCSS */
$brand: #c7ebec;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.925)
/* Android */
Color.parseColor("#c7ebec")Accessibility — WCAG contrast
Aa
#c7ebec on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebec on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta0.4%
Yellow0.0%
Key (black)7.5%
Color previews
#c7ebec text on a black background
contrast 16.52:1
Card sample
#c7ebec text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebec;
Background color
Panel with #c7ebec background
background-color: #c7ebec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebec; background: linear-gradient(135deg, #c7ebec, #C7D2EC);