Coral
#FF7F4D
OrangeColor Codes
All color formats for development
HEX
#FF7F4DRGB
rgb(255, 127, 77)HSL
hsl(17, 100%, 65%)OKLCH
oklch(0.735 0.169 41.2)CMYK
cmyk(0%, 50%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF672B
2#FF500A
3#E84200
4#C73800
5#A62F00
6#852600
7#631C00
8#421300
9#210900
Tints
Lighter variations
1#FF8C5E
2#FF9970
3#FFA582
4#FFB294
5#FFBFA6
6#FFCCB8
7#FFD9C9
8#FFE5DB
9#FFF2ED
Tones
Muted variations
1#F68355
2#ED875E
3#E48B67
4#DB8F70
5#D29279
6#C99682
7#C19A8B
8#B89E94
9#AFA29D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCF #FFCFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFAB #FFAB8A | BordersInactive statesPlaceholder text |
| 400 | FF7F #FF7F4D | Disabled statesSecondary iconsMuted text |
| 500 | FF5B #FF5B1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E040 #E04000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B333 #B33300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8024 #802400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5217 #521700 | Primary textHigh emphasis contentDark headings |
| 950 | 330E #330E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF4F0;
--coral-100: #FFE5DB;
--coral-200: #FFCFBD;
--coral-300: #FFAB8A;
--coral-400: #FF7F4D;
--coral-500: #FF5B1A;
--coral-600: #E04000;
--coral-700: #B33300;
--coral-800: #802400;
--coral-900: #521700;
--coral-950: #330E00;
}