#c7e5df
a light, soft cyan · cool · closest name: silver
RGB
199, 229, 223
HSL
168°, 37%, 84%
CMYK
13, 0, 3, 10
Luminance
0.7351
Every format
| HEX | #c7e5df |
| RGB | rgb(199, 229, 223) |
| HSL | hsl(168, 37%, 84%) |
| CMYK | cmyk(13%, 0%, 3%, 10%) |
| LAB | lab(88.7 -11.0 -0.4) |
| LCH | lch(88.7 11.0 182.1) |
| OKLCH | oklch(0.898 0.033 182.2) |
Copy-ready code
/* CSS */
color: #c7e5df;
background-color: #c7e5df;
/* Tailwind (arbitrary) */
class="text-[#c7e5df] bg-[#c7e5df]"
/* SCSS */
$brand: #c7e5df;
/* SwiftUI */
Color(red: 0.780, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#c7e5df")Accessibility — WCAG contrast
Aa
#c7e5df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e5df on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green89.8%
Blue87.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#c7e5df text on a black background
contrast 15.70:1
Card sample
#c7e5df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e5df;
Background color
Panel with #c7e5df background
background-color: #c7e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e5df; background: linear-gradient(135deg, #c7e5df, #C7D7E5);