Silver Lake
#dedddd
Silver Lake is a color with the hex code #dedddd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dedddd | |
|---|---|---|
| RGB | rgb(222, 221, 221) | |
| HSL | hsl(0, 1%, 87%) | |
| CMYK | cmyk(0%, 0%, 0%, 13%) | |
| LAB | lab(88, 0, 0) | |
| OKLCH | oklch(0.9 0.001 17) |
Color harmonies
Tints & shades
Code snippets
color: #dedddd;
background-color: #dedddd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEDDDD)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.87, alpha: 1.0)