Coral
#FD7D4E
OrangeColor Codes
All color formats for development
HEX
#FD7D4ERGB
rgb(253, 125, 78)HSL
hsl(16, 98%, 65%)OKLCH
oklch(0.729 0.168 40.2)CMYK
cmyk(0%, 51%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD652D
2#FD4D0D
3#E63F02
4#C53602
5#A42D02
6#832401
7#621B01
8#421201
9#210900
Tints
Lighter variations
1#FD8A60
2#FE9772
3#FEA483
4#FEB195
5#FEBEA7
6#FECBB8
7#FED8CA
8#FFE5DC
9#FFF2ED
Tones
Muted variations
1#F48157
2#EC8560
3#E38969
4#DA8D71
5#D1917A
6#C99583
7#C09A8C
8#B79E94
9#AEA29D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECF #FECFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAA #FEAA8B | BordersInactive statesPlaceholder text |
| 400 | FD7D #FD7D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD58 #FD581C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE3D #DE3D02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B130 #B13002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E23 #7E2301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5116 #511601 | Primary textHigh emphasis contentDark headings |
| 950 | 320E #320E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF4F0;
--coral-100: #FFE5DC;
--coral-200: #FECFBD;
--coral-300: #FEAA8B;
--coral-400: #FD7D4E;
--coral-500: #FD581C;
--coral-600: #DE3D02;
--coral-700: #B13002;
--coral-800: #7E2301;
--coral-900: #511601;
--coral-950: #320E01;
}