Software & SaaS
Framer Color Codes
Framer's color is blue #0055FF. The Framer color codes in Hex, RGB and CMYK can be found below. Koen Bok and Jorn van Dijk founded it in Amsterdam, and the product started as a code-based prototyping tool for designers before turning into a website builder. Its blue is one of the most saturated in this category.
Primary colors
What are Framer Primary Colors?
Framer's primary color is blue #0055FF, a near-pure blue with the green channel almost closed.
Framer publishes no public CMYK or Pantone sheet, so both are shown below as conversions and nearest matches.
Framer Blue
| Hex | #0055FF |
|---|---|
| RGB | 0, 85, 255 |
| HSL | hsl(220, 100%, 50%) |
| CMYK | 100%, 67%, 0%, 0%converted · approximate |
| Pantone | PMS 2736 Cnearest match · not published by the brand |
Framer Hex Color Codes
Framer hex color codes are #0055FF for blue.
| Color | Hex |
|---|---|
| Blue | #0055FF |
Framer RGB Color Codes
Framer RGB color codes are 0, 85, 255 for blue. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Blue | rgb(0, 85, 255) |
Framer HSL Color Codes
Framer HSL color codes are 220, 100%, 50% for blue. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Blue | hsl(220, 100%, 50%) |
Framer CMYK Color Code
Framer CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Blue | 100%, 67%, 0%, 0% |
Framer Pantone Color Codes
Framer Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Blue | PMS 2736 C |
Logo
Framer Logo Colors
Framer logo colors are a single blue, on a mark folded from three shapes.
Framer Logo Colors Palette
What the Framer Logo Colors Mean?
The Framer logo colors sit on a mark built from three angled bands stacked into an F, which reads as layers folded over each other, and layers are what the product edits. Blue #0055FF is close to the sRGB blue primary, so it is about as saturated as a screen can render, and that is the point for a tool that only ever appears on one. It has an obvious cost: at 4.4:1 on white it misses AA for body text, and Framer's own site sets copy in black.
Framer Logo JPG
Framer logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Framer Logo PNG
Framer logo in PNG, with a transparent background. Use it over a colored surface.
Framer Logo WebP
Framer logo in WebP. Same transparency as the PNG at about a third of the file size.
Framer Color Code Shades
Framer color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Framer paint or trim names.
In code
Using the Framer palette
CSS custom properties
:root {
--framer-blue: #0055FF;
}
Contrast against white
| Blue | 5.61:1AA ✓ |
|---|
Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.