Chess Board Diagram PNG Maker | Turn any FEN (or click-to-place pieces) into a 1200x1200 board image
Paste a FEN piece-placement string, or click pieces from a palette onto an empty board, and this tool draws a labeled 1200x1200 chessboard you can export as a single PNG. Toggle between Classic, Wood, and Mono themes, flip the board to a black-bottom view, and switch coordinates on or off, all while watching the preview update.
💡 For coaches and writers who just need one clean position
Spinning up a full analysis app, screenshotting the board, and cropping it down to a usable image takes longer than the diagram is worth, especially when you are publishing one position per article. This page skips that loop: you paste a FEN or click pieces onto the board, pick orientation, theme, and coordinates, and a 1200x1200 PNG with a title band drops onto your disk. The piece palette holds six white pieces, six black pieces, and an erase button — pick one, click a square to place, and click the same square again to clear it.
The typical reader is a chess blogger writing about a specific opening line, a coach assembling a worksheet, a YouTube creator producing thumbnails for "What would you play here?" puzzles, or a Reddit poster sharing a position to the r/chess crowd. The board area is square so the image fits Twitter/X cards, Instagram posts, and most blog feature image slots without extra cropping.
Any FEN field after the first space (side to move, castling rights, en passant target, move counters) is ignored, so you can paste the full FEN string Lichess or Chess.com hands you and the diagram will still render correctly. The title field accepts up to 40 characters and renders in white on the dark band above the board.
🧐 Frequently Asked Questions
Q. Can I paste the full FEN copied from Lichess or Chess.com? A. Yes. The renderer reads only the first segment (up to the first space), so a full FEN with metadata works the same as a board-only string.
Q. What happens if my FEN has fewer than 8 ranks, or ranks shorter than 8 squares? A. Missing squares are filled with empty cells and missing ranks are appended as empty rows. Preview the image before downloading to confirm the board looks the way you expect.
Q. White-bottom or black-bottom: which one should I pick? A. Convention puts the side you are analyzing at the bottom. If your article walks through Black's defensive ideas, flip to black-bottom so readers' eyes line up with the player whose plan you are explaining.
Q. Why do some pieces look thin in certain themes? A. Pieces are drawn using the Unicode chess glyphs (U+2654 through U+265F), so their exact stroke weight depends on which system font your browser falls back to. The Mono theme has the highest contrast and tends to print most cleanly.
Q. Is the output size fixed? Can I get SVG instead? A. The output is fixed at 1200x1200 PNG. That square ratio fits social posts and most blog feature image slots cleanly; if you need vector output, paste the FEN into a dedicated SVG generator after taking the PNG here.
Q. Can I add arrows or highlight a key square? A. Not in this tool. It is designed for one static diagram per export. If your post needs arrows or highlights, overlay them on the downloaded PNG in a separate image editor.
📚 Why FEN has two names attached to it
FEN's two letters stand for two different people on two different continents. The "F" comes from David Forsyth, a Scottish chess journalist who proposed the original position-only shorthand in the Glasgow Weekly Herald on 2 February 1883. His goal was practical newspaper layout: chess columns needed a way to describe a position in a single line of text without burning a paragraph on every diagram. The piece letters, slashes, and digits-for-empty-squares grammar you still type today comes directly from that 1883 column.
The "E" belongs to Steven J. Edwards, an American programmer who, in the early 1990s, extended Forsyth's notation so chess software could round-trip a complete game state. Side-to-move, castling rights, en passant target square, halfmove clock, and fullmove number were all added during that revision, and the result was standardized in 1994 as part of the Portable Game Notation (PGN) specification that Edwards coordinated.
This tool only reads the original Forsyth portion because that is all you need to draw a board. The Edwards fields matter when one engine hands a position to another, which is exactly what happens when Lichess or Chess.com offer a "Copy FEN" button: they emit the full extended FEN, this page silently trims it back to the piece placement, and you get the diagram Forsyth would have recognized in 1883.