Ridgeback
#ef985c
Looking for the precise values behind Ridgeback (#ef985c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ef985c | |
|---|---|---|
| RGB | rgb(239, 152, 92) | |
| HSL | hsl(24, 82%, 65%) | |
| CMYK | cmyk(0%, 36%, 62%, 6%) | |
| LAB | lab(71, 30, 45) | |
| OKLCH | oklch(0.76 0.129 54) |
Color harmonies
Tints & shades
Code snippets
color: #ef985c;
background-color: #ef985c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEF985C)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.60, blue: 0.36, alpha: 1.0)