#c7ebed
a pale, vivid cyan · cool · closest name: white
RGB
199, 235, 237
HSL
183°, 51%, 86%
CMYK
16, 1, 0, 7
Luminance
0.7767
Every format
| HEX | #c7ebed |
| RGB | rgb(199, 235, 237) |
| HSL | hsl(183, 51%, 86%) |
| CMYK | cmyk(16%, 1%, 0%, 7%) |
| LAB | lab(90.6 -11.2 -4.9) |
| LCH | lch(90.6 12.2 203.5) |
| OKLCH | oklch(0.915 0.038 200.6) |
Copy-ready code
/* CSS */
color: #c7ebed;
background-color: #c7ebed;
/* Tailwind (arbitrary) */
class="text-[#c7ebed] bg-[#c7ebed]"
/* SCSS */
$brand: #c7ebed;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#c7ebed")Accessibility — WCAG contrast
Aa
#c7ebed on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebed on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue92.9%
CMYK percentages
Cyan16.0%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#c7ebed text on a black background
contrast 16.53:1
Card sample
#c7ebed text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebed;
Background color
Panel with #c7ebed background
background-color: #c7ebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebed; background: linear-gradient(135deg, #c7ebed, #C7D2ED);