Face Shape Detector
Upload a photo and get your face shape, four measurements and styling suggestions. Everything is computed in this browser tab — your photo is never uploaded anywhere.
Drop a photo here, or use one of the buttons below
JPG · PNG · WebP · HEIC · one face, straight on · processed on this device
Measurements
What usually suits this shape
Hairstyle
Glasses
Makeup
How this face shape detector measures your face
This page uses MediaPipe Face Mesh, a face landmark model that runs locally in the browser. It returns 468 landmark points on a detected face. Four distances between those points produce the numbers you see:
| Measurement | Landmarks used |
|---|---|
| Forehead width | 127 → 356 (temple to temple) |
| Cheekbone width | 234 → 454 (widest point of the face) |
| Jaw width | 172 → 397 (jaw corner to jaw corner) |
| Face length | 10 → 152 (top of forehead to bottom of chin) |
All four are shown as a percentage of face length, which is set to 100. They are relative proportions of your own photo, not absolute measurements in millimetres or inches — a photo has no scale reference, so no tool can give you real-world millimetres from a photo alone.
Three ratios then decide the shape:
length ÷ cheekbone width— how long the face is compared with how wideforehead width ÷ cheekbone width— how wide the forehead is compared with the cheekbonesjaw width ÷ cheekbone width— how wide the jaw is compared with the cheekbones
Each of the seven shapes has a target profile for those three ratios. The tool scores your three ratios against all seven profiles and shows the closest one, plus the runner-up. The thresholds below are this tool's own heuristic definition of the standard geometric descriptions of the seven shapes. They are not derived from a published study, and the match score is a closeness measure, not a validated accuracy figure.
| Shape | length ÷ width | forehead ÷ cheek | jaw ÷ cheek |
|---|---|---|---|
| Oval | 1.45 | 0.86 | 0.76 |
| Round | 1.18 | 0.90 | 0.86 |
| Square | 1.22 | 0.97 | 0.95 |
| Heart | 1.42 | 1.00 | 0.70 |
| Diamond | 1.50 | 0.74 | 0.72 |
| Oblong | 1.75 | 0.88 | 0.84 |
| Triangle | 1.32 | 0.80 | 1.02 |
When scoring, a ratio is allowed to sit up to ±0.30 (length ÷ width) or ±0.12 (the two width ratios) away from a profile before that profile stops looking like a match. All distances are measured in the pixels of your photo, so the result does not depend on whether the photo happens to be square, portrait or landscape.
What this tool supports
- Input: file picker, drag and drop, or your camera.
- Formats: JPG, PNG and WebP everywhere. HEIC/HEIF only in browsers that can decode it (Safari can; Chrome and Firefox cannot — if your browser refuses a HEIC file, the page says so instead of failing silently).
- Output: one of seven shapes, four measurements, the landmark overlay, and hairstyle, glasses and makeup suggestions.
- Devices: desktop and mobile browsers. The layout collapses to a single column on phone widths.
- Copy: one button copies the whole result as plain text.
What this tool does not do
- No sign-up, no account, no paywall, no ads, no pop-ups, no cookies.
- No batch upload — one photo at a time.
- No history: nothing is stored, because nothing leaves your device.
- No server: there is no endpoint that receives photos. The detection model is a local file served from the same folder as this page.
- It is a styling estimate, not medical advice, not identity recognition and not a measurement of a physical frame size.
- Pose, lighting, hair covering the forehead, glasses and camera distortion all shift the numbers. A straight-on photo with even light gives the most stable result.
FAQ
Is this face shape detector free?
Yes. There is no charge, no account and no upgrade tier.
Do I need an app for face shape recognition?
No. This is a browser page, so it works anywhere you can open a web page, including phones. Nothing needs to be installed.
Is it an AI face shape detector?
It uses a machine-learning landmark model, yes. The model file downloads once with the page and then runs on your own device — no per-photo request is sent anywhere.
How is this different from a face type detector quiz?
A quiz asks you questions and relies on your own judgement. This page measures distances between landmark points on your actual photo, shows you those points, and reports the ratios it used.
Can I use it on a photo with more than one face?
It is built for one face. If several faces are in frame, only the first detected face is measured.
Why can I not open my HEIC photo?
HEIC decoding is up to the browser, not this page. Chrome and Firefox cannot decode HEIC at all. Convert the file to JPG or PNG, or open this page in Safari.
Does it work offline?
After the page and the model file have loaded once, yes — there are no further network calls.