Coral
#FFBB4D
OrangeColor Codes
All color formats for development
HEX
#FFBB4DRGB
rgb(255, 187, 77)HSL
hsl(37, 100%, 65%)OKLCH
oklch(0.836 0.146 76.1)CMYK
cmyk(0%, 27%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFAE2B
2#FFA10A
3#E88F00
4#C77B00
5#A66600
6#855200
7#633D00
8#422900
9#211400
Tints
Lighter variations
1#FFC15E
2#FFC870
3#FFCF82
4#FFD694
5#FFDDA6
6#FFE4B8
7#FFEAC9
8#FFF1DB
9#FFF8ED
Tones
Muted variations
1#F6B855
2#EDB65E
3#E4B467
4#DBB270
5#D2B079
6#C9AE82
7#C1AC8B
8#B8AA94
9#AFA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE6 #FFE6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD2 #FFD28A | BordersInactive statesPlaceholder text |
| 400 | FFBB #FFBB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFA7 #FFA71A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08A #E08A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36E #B36E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804F #804F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5232 #523200 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FFF1DB;
--coral-200: #FFE6BD;
--coral-300: #FFD28A;
--coral-400: #FFBB4D;
--coral-500: #FFA71A;
--coral-600: #E08A00;
--coral-700: #B36E00;
--coral-800: #804F00;
--coral-900: #523200;
--coral-950: #331F00;
}