Coral
#DF873A
OrangeColor Codes
All color formats for development
HEX
#DF873ARGB
rgb(223, 135, 58)HSL
hsl(28, 72%, 55%)OKLCH
oklch(0.704 0.14 58.3)CMYK
cmyk(0%, 39%, 74%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D97823
2#C16B1F
3#A95D1B
4#915018
5#794314
6#603510
7#48280C
8#301B08
9#180D04
Tints
Lighter variations
1#E2934D
2#E59F61
3#E9AB75
4#ECB789
5#EFC39C
6#F2CFB0
7#F5DBC4
8#F9E7D8
9#FCF3EB
Tones
Muted variations
1#D78742
2#CE884A
3#C68852
4#BE895B
5#B68963
6#AD8A6B
7#A58B73
8#9D8B7C
9#958C84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEC #FAECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DC #F6DCC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC2 #EFC29A | BordersInactive statesPlaceholder text |
| 400 | E6A1 #E6A165 | Disabled statesSecondary iconsMuted text |
| 500 | DF87 #DF873A | Primary brand colorCTAsActive elementsLinks |
| 600 | C16B #C16B1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A55 #9A5519 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3D #6E3D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4627 #46270B | Primary textHigh emphasis contentDark headings |
| 950 | 2C18 #2C1807 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF7F2;
--coral-100: #FAECE0;
--coral-200: #F6DCC6;
--coral-300: #EFC29A;
--coral-400: #E6A165;
--coral-500: #DF873A;
--coral-600: #C16B1F;
--coral-700: #9A5519;
--coral-800: #6E3D12;
--coral-900: #46270B;
--coral-950: #2C1807;
}