Coral
#FBC251
OrangeColor Codes
All color formats for development
HEX
#FBC251RGB
rgb(251, 194, 81)HSL
hsl(40, 96%, 65%)OKLCH
oklch(0.845 0.143 81.6)CMYK
cmyk(0%, 23%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBB730
2#FAAC0F
3#E39905
4#C38304
5#A26D03
6#825803
7#614202
8#412C01
9#201601
Tints
Lighter variations
1#FCC862
2#FCCE73
3#FDD585
4#FDDB96
5#FDE1A8
6#FEE7B9
7#FEEDCB
8#FEF3DC
9#FFF9EE
Tones
Muted variations
1#F3BF59
2#EABD61
3#E2BA6A
4#D9B772
5#D1B47B
6#C8B183
7#BFAE8C
8#B7AB95
9#AEA99D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE8 #FEE8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD7 #FDD78C | BordersInactive statesPlaceholder text |
| 400 | FBC2 #FBC250 | Disabled statesSecondary iconsMuted text |
| 500 | FAB1 #FAB11E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC94 #DC9404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF76 #AF7604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D54 #7D5403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5036 #503602 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FEF3DC;
--coral-200: #FEE8BE;
--coral-300: #FDD78C;
--coral-400: #FBC250;
--coral-500: #FAB11E;
--coral-600: #DC9404;
--coral-700: #AF7604;
--coral-800: #7D5403;
--coral-900: #503602;
--coral-950: #322201;
}