Long Beach
#faefdf
Looking for the precise values behind Long Beach (#faefdf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #faefdf | |
|---|---|---|
| RGB | rgb(250, 239, 223) | |
| HSL | hsl(36, 73%, 93%) | |
| CMYK | cmyk(0%, 4%, 11%, 2%) | |
| LAB | lab(95, 2, 9) | |
| OKLCH | oklch(0.96 0.024 77) |
Color harmonies
Tints & shades
Code snippets
color: #faefdf;
background-color: #faefdf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAEFDF)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.94, blue: 0.87, alpha: 1.0)