Coral
#F49157
OrangeColor Codes
All color formats for development
HEX
#F49157RGB
rgb(244, 145, 87)HSL
hsl(22, 88%, 65%)OKLCH
oklch(0.75 0.141 49.7)CMYK
cmyk(0%, 41%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27C38
2#F06819
3#DA590E
4#BB4C0C
5#9C3F0A
6#7D3308
7#5D2606
8#3E1904
9#1F0D02
Tints
Lighter variations
1#F59C68
2#F6A779
3#F8B28A
4#F9BD9A
5#FAC8AB
6#FBD3BC
7#FCDECD
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#EC935F
2#E59567
3#DD976F
4#D59977
5#CD9B7E
6#C59D86
7#BD9F8E
8#B5A296
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B7 #F8B791 | BordersInactive statesPlaceholder text |
| 400 | F491 #F49157 | Disabled statesSecondary iconsMuted text |
| 500 | F171 #F17127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D356 #D3560D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A844 #A8440B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F05 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDE9DD;
--coral-200: #FBD6C1;
--coral-300: #F8B791;
--coral-400: #F49157;
--coral-500: #F17127;
--coral-600: #D3560D;
--coral-700: #A8440B;
--coral-800: #783108;
--coral-900: #4D1F05;
--coral-950: #301403;
}