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