Coral
#FFC64D
OrangeColor Codes
All color formats for development
HEX
#FFC64DRGB
rgb(255, 198, 77)HSL
hsl(41, 100%, 65%)OKLCH
oklch(0.857 0.148 82.9)CMYK
cmyk(0%, 22%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFBC2B
2#FFB10A
3#E89F00
4#C78800
5#A67100
6#855B00
7#634400
8#422D00
9#211700
Tints
Lighter variations
1#FFCC5E
2#FFD270
3#FFD782
4#FFDD94
5#FFE3A6
6#FFE8B8
7#FFEEC9
8#FFF4DB
9#FFF9ED
Tones
Muted variations
1#F6C355
2#EDC05E
3#E4BD67
4#DBB970
5#D2B679
6#C9B382
7#C1B08B
8#B8AC94
9#AFA99D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF4 #FFF4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEA #FFEABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDA #FFDA8A | BordersInactive statesPlaceholder text |
| 400 | FFC6 #FFC64D | Disabled statesSecondary iconsMuted text |
| 500 | FFB6 #FFB61A | Primary brand colorCTAsActive elementsLinks |
| 600 | E099 #E09900 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B37A #B37A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8057 #805700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5238 #523800 | Primary textHigh emphasis contentDark headings |
| 950 | 3323 #332300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FFF4DB;
--coral-200: #FFEABD;
--coral-300: #FFDA8A;
--coral-400: #FFC64D;
--coral-500: #FFB61A;
--coral-600: #E09900;
--coral-700: #B37A00;
--coral-800: #805700;
--coral-900: #523800;
--coral-950: #332300;
}