Coral
#FFAF4D
OrangeColor Codes
All color formats for development
HEX
#FFAF4DRGB
rgb(255, 175, 77)HSL
hsl(33, 100%, 65%)OKLCH
oklch(0.814 0.145 68.4)CMYK
cmyk(0%, 31%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA02B
2#FF910A
3#E88000
4#C76D00
5#A65B00
6#854900
7#633700
8#422400
9#211200
Tints
Lighter variations
1#FFB75E
2#FFBF70
3#FFC782
4#FFCF94
5#FFD7A6
6#FFDFB8
7#FFE7C9
8#FFEFDB
9#FFF7ED
Tones
Muted variations
1#F6AE55
2#EDAD5E
3#E4AC67
4#DBAB70
5#D2AA79
6#C9A982
7#C1A88B
8#B8A894
9#AFA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEF #FFEFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE1 #FFE1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCA #FFCA8A | BordersInactive statesPlaceholder text |
| 400 | FFAF #FFAF4D | Disabled statesSecondary iconsMuted text |
| 500 | FF98 #FF981A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07B #E07B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B362 #B36200 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8046 #804600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522D #522D00 | Primary textHigh emphasis contentDark headings |
| 950 | 331C #331C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF8F0;
--coral-100: #FFEFDB;
--coral-200: #FFE1BD;
--coral-300: #FFCA8A;
--coral-400: #FFAF4D;
--coral-500: #FF981A;
--coral-600: #E07B00;
--coral-700: #B36200;
--coral-800: #804600;
--coral-900: #522D00;
--coral-950: #331C00;
}