Coral
#FFC34D
OrangeColor Codes
All color formats for development
HEX
#FFC34DRGB
rgb(255, 195, 77)HSL
hsl(40, 100%, 65%)OKLCH
oklch(0.851 0.147 81.1)CMYK
cmyk(0%, 24%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFB82B
2#FFAD0A
3#E89B00
4#C78500
5#A66F00
6#855800
7#634200
8#422C00
9#211600
Tints
Lighter variations
1#FFC95E
2#FFCF70
3#FFD582
4#FFDB94
5#FFE1A6
6#FFE7B8
7#FFEDC9
8#FFF3DB
9#FFF9ED
Tones
Muted variations
1#F6C155
2#EDBE5E
3#E4BB67
4#DBB870
5#D2B579
6#C9B282
7#C1AF8B
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 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE9 #FFE9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD8 #FFD88A | BordersInactive statesPlaceholder text |
| 400 | FFC3 #FFC34D | Disabled statesSecondary iconsMuted text |
| 500 | FFB3 #FFB31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E096 #E09600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B377 #B37700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8055 #805500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5236 #523600 | Primary textHigh emphasis contentDark headings |
| 950 | 3322 #332200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FFF3DB;
--coral-200: #FFE9BD;
--coral-300: #FFD88A;
--coral-400: #FFC34D;
--coral-500: #FFB31A;
--coral-600: #E09600;
--coral-700: #B37700;
--coral-800: #805500;
--coral-900: #523600;
--coral-950: #332200;
}