Coral
#FBBC51
OrangeColor Codes
All color formats for development
HEX
#FBBC51RGB
rgb(251, 188, 81)HSL
hsl(38, 96%, 65%)OKLCH
oklch(0.834 0.141 77.7)CMYK
cmyk(0%, 25%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBB030
2#FAA40F
3#E39205
4#C37D04
5#A26803
6#825303
7#613E02
8#412A01
9#201501
Tints
Lighter variations
1#FCC362
2#FCCA73
3#FDD185
4#FDD796
5#FDDEA8
6#FEE4B9
7#FEEBCB
8#FEF2DC
9#FFF8EE
Tones
Muted variations
1#F3BA59
2#EAB861
3#E2B66A
4#D9B372
5#D1B17B
6#C8AF83
7#BFAD8C
8#B7AA95
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE6 #FEE6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD3 #FDD38C | BordersInactive statesPlaceholder text |
| 400 | FBBD #FBBD50 | Disabled statesSecondary iconsMuted text |
| 500 | FAAA #FAAA1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC8D #DC8D04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF70 #AF7004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D50 #7D5003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5033 #503302 | Primary textHigh emphasis contentDark headings |
| 950 | 3220 #322001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FEF2DC;
--coral-200: #FEE6BE;
--coral-300: #FDD38C;
--coral-400: #FBBD50;
--coral-500: #FAAA1E;
--coral-600: #DC8D04;
--coral-700: #AF7004;
--coral-800: #7D5003;
--coral-900: #503302;
--coral-950: #322001;
}