Coral
#F8B654
OrangeColor Codes
All color formats for development
HEX
#F8B654RGB
rgb(248, 182, 84)HSL
hsl(36, 92%, 65%)OKLCH
oklch(0.82 0.137 74.4)CMYK
cmyk(0%, 27%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7A934
2#F59B14
3#DF8909
4#BF7608
5#9F6207
6#7F4E05
7#5F3B04
8#402703
9#201401
Tints
Lighter variations
1#F9BD65
2#F9C576
3#FACC87
4#FBD398
5#FBDBA9
6#FCE2BA
7#FDE9CC
8#FEF0DD
9#FEF8EE
Tones
Muted variations
1#F0B55C
2#E7B364
3#DFB16C
4#D7B074
5#CFAE7D
6#C7AC85
7#BEAB8D
8#B6A995
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8E | BordersInactive statesPlaceholder text |
| 400 | F8B6 #F8B654 | Disabled statesSecondary iconsMuted text |
| 500 | F6A1 #F6A123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D785 #D78509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB6A #AB6A07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3003 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FEF0DD;
--coral-200: #FCE4BF;
--coral-300: #FACF8E;
--coral-400: #F8B654;
--coral-500: #F6A123;
--coral-600: #D78509;
--coral-700: #AB6A07;
--coral-800: #7A4B05;
--coral-900: #4E3003;
--coral-950: #311E02;
}