Hyper Light Drifter
#eddbda
Looking for the precise values behind Hyper Light Drifter (#eddbda)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eddbda | |
|---|---|---|
| RGB | rgb(237, 219, 218) | |
| HSL | hsl(3, 35%, 89%) | |
| CMYK | cmyk(0%, 8%, 8%, 7%) | |
| LAB | lab(89, 6, 3) | |
| OKLCH | oklch(0.91 0.02 21) |
Color harmonies
Tints & shades
Code snippets
color: #eddbda;
background-color: #eddbda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDDBDA)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.86, blue: 0.85, alpha: 1.0)