#2702c2
May 15, 2026
arc.net
A reading of the visual language at https://arc.net. Every token, every rule, every component — captured from the live site.
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 4 neutrals · 7 total
Neutrals
#000000#FFFCEC#FFFFFF#696969Full palette
#000000#3139FB#FFFCEC#FFFFFF#FFFADD#2702C2#696969WCAG 100% · 6 passing pairs · 0 failing. Full breakdown in §11.
Typography
7 families · 12 sizes · 5 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
45.51px |
Arc is the Chrome replaceme |
t01 |
40px |
Arc is the Chrome replaceme |
t02 |
36px |
Arc is the Chrome replaceme |
t03 |
32px |
Arc is the Chrome replaceme |
t04 |
28px |
Arc is the Chrome replaceme |
t05 |
24px |
Arc is the Chrome replaceme |
t06 |
20px |
Arc is the Chrome replaceme |
t07 |
17px |
Arc is the Chrome replaceme |
t08 |
16px |
Arc is the Chrome replaceme |
t09 |
14px |
Arc is the Chrome replaceme |
Spacing
Base 2px · 11 steps captured
Rhythm
2px
32px
48px
64px
72px
80px
90px
100px
128px
150px
Shape
4 radii · 2 elevation tiers
Border radii
4px
8px
18px
22px
Elevation
xs
sm
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: smooth · 2 durations · 1 easings
Duration scale
100ms
200ms
Easings
ease-in-out
Components
unknown · 1 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
Voice
friendly · — · —
Headlines from the site
- Arc is the Chrome replacement I've been waiting for.
- Arc is the Chrome replacement I've been waiting for.
- Arc is the Chrome replacement I've been waiting for.
- Arc is the Chrome replacement I've been waiting for.
CTA verbs
×3
Accessibility
6 passing · 0 failing
No failing contrast pairs detected.
Tokens
Drop-in code for the most common stacks. All values from the live extraction.
:root {
--color-primary: #2702c2;
--font-display: "Marlin";
--space-base: 2px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#2702c2' },
fontFamily: { display: ['Marlin', 'serif'] },
spacing: { base: '2px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack arc.net for the full bundle (DTCG, shadcn, Figma vars, motion, anatomy, Storybook).
Usage
-
Lead with the primary.
It belongs on calls-to-action and one accent moment per screen. Not on body copy.
-
Two type families, three weights.
Display for headlines, body for paragraphs. Resist a third unless there is a real reason.
-
Snap to the spacing scale.
Padding, margin, and gap should land on the values in §05. One-off pixels accumulate into noise.
-
Treat accessibility as a hard constraint.
When a colour pair fails WCAG, fix the colour — not the contrast check.