Risograph Print
Use #FFFAE8 as the background. Use #FF6B6B as the primary accent. Use #00A896 as secondary. Use #F4D03F as body text/supporting color. Palette mood: Risograph Print — warm, handmade, retro.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Risograph Print color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 95.5% | 255, 250, 232 | 0%, 2%, 9%, 0% | 47°, 100%, 95% | ||
| Primary Accent Luminance: 32.8% | 255, 107, 107 | 0%, 58%, 58%, 0% | 0°, 100%, 71% | ||
| Secondary Luminance: 30.2% | 0, 168, 150 | 100%, 0%, 11%, 34% | 174°, 100%, 33% | ||
| Body Text Luminance: 64.7% | 244, 208, 63 | 0%, 15%, 74%, 4% | 48°, 89%, 60% |
Color Harmony: Complementary Scheme
The Risograph Print palette is built using a complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A complementary palette is often preferred by professional designers because it provides maximum contrast and energy by using opposite colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Risograph Print Color Scheme
To use this Risograph Print color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #FFFAE8 for the main background and #FF6B6B for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #F4D03F and #FFFAE8 is 1.44:1 (Fail). Ensure your body text remains legible.