Coral
#F3B859
OrangeColor Codes
All color formats for development
HEX
#F3B859RGB
rgb(243, 184, 89)HSL
hsl(37, 87%, 65%)OKLCH
oklch(0.819 0.131 77)CMYK
cmyk(0%, 24%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1AB39
2#EF9D1A
3#D98C0F
4#BA780D
5#9B640B
6#7C5009
7#5D3C06
8#3E2804
9#1F1402
Tints
Lighter variations
1#F5BF69
2#F6C679
3#F7CD8A
4#F8D49B
5#F9DBAC
6#FAE3BC
7#FCEACD
8#FDF1DE
9#FEF8EE
Tones
Muted variations
1#ECB660
2#E4B468
3#DCB26F
4#D4B177
5#CDAF7F
6#C5AD87
7#BDAB8E
8#B5A996
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D0 #F7D091 | BordersInactive statesPlaceholder text |
| 400 | F3B8 #F3B858 | Disabled statesSecondary iconsMuted text |
| 500 | F0A4 #F0A428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D287 #D2870F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A76B #A76B0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 774D #774D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C31 #4C3105 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F1;
--coral-100: #FDF1DE;
--coral-200: #FBE5C1;
--coral-300: #F7D091;
--coral-400: #F3B858;
--coral-500: #F0A428;
--coral-600: #D2870F;
--coral-700: #A76B0C;
--coral-800: #774D08;
--coral-900: #4C3105;
--coral-950: #301F03;
}