<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Design Archives - Roger Romero&#039;s Blog</title>
	<atom:link href="https://www.regoremor.com/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.regoremor.com/tag/web-design/</link>
	<description>Connecting Ideas, Exploring the Future</description>
	<lastBuildDate>Fri, 13 Feb 2026 23:40:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>APCA vs WCAG: why the future of visual accessibility has already changed</title>
		<link>https://www.regoremor.com/design/apca-vs-wcag-why-the-future-of-visual-accessibility-has-already-changed/</link>
		
		<dc:creator><![CDATA[regoremor]]></dc:creator>
		<pubDate>Fri, 13 Feb 2026 23:39:51 +0000</pubDate>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Design Systems]]></category>
		<category><![CDATA[Design Tokens]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[User-centered design]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">https://www.regoremor.com/?p=128</guid>

					<description><![CDATA[<p>For years, WCAG 2.x has been the primary standard for measuring color contrast in digital products. Its well-known ratios such as 4.5:1 or 7:1 became almost universal rules across design and development teams. However, the evolution of interfaces, variable typography, dark modes, and the need for truly perceptual accessibility have revealed an important limitation:meeting WCAG [&#8230;]</p>
<p>The post <a href="https://www.regoremor.com/design/apca-vs-wcag-why-the-future-of-visual-accessibility-has-already-changed/">APCA vs WCAG: why the future of visual accessibility has already changed</a> appeared first on <a href="https://www.regoremor.com">Roger Romero&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>For years, <strong>WCAG 2.x</strong> has been the primary standard for measuring color contrast in digital products. Its well-known ratios such as <strong>4.5:1</strong> or <strong>7:1</strong> became almost universal rules across design and development teams.</p>



<p>However, the evolution of interfaces, variable typography, dark modes, and the need for <strong>truly perceptual accessibility</strong> have revealed an important limitation:<br><strong>meeting WCAG 2 does not always mean text is genuinely readable.</strong></p>



<p>This is where <strong>APCA (Accessible Perceptual Contrast Algorithm)</strong> comes in, the new approach shaping the future of visual accessibility and forming part of the transition toward <strong>WCAG 3</strong>.</p>



<h2 class="wp-block-heading">The problem with contrast in WCAG 2</h2>



<p>The current WCAG 2 model:</p>



<ul class="wp-block-list">
<li>Uses a <strong>fixed mathematical ratio</strong> between colors.</li>



<li><strong>Does not account</strong> for font size or font weight.</li>



<li>Treats <strong>light-on-dark</strong> the same as <strong>dark-on-light</strong>.</li>



<li>Can approve combinations that are <strong>difficult to read in practice</strong>.</li>
</ul>



<p>This creates a common scenario in many digital products:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Interfaces that are “accessible on paper,” but not necessarily comfortable for real people.</p>
</blockquote>



<h2 class="wp-block-heading">What changes with APCA</h2>



<p>APCA introduces a fundamental shift:<br>moving from a <strong>mathematical measurement</strong> to a <strong>perceptual measurement</strong>.</p>



<p>Instead of ratios like 4.5:1, APCA uses a scale called <strong>Lc (Lightness Contrast)</strong> that:</p>



<ul class="wp-block-list">
<li>Is based on <strong>how the human eye actually perceives contrast</strong>.</li>



<li>Considers <strong>font size, font weight, and polarity</strong>.</li>



<li>Enables <strong>different rules depending on the text type</strong>.</li>



<li>Aligns with the future direction of <strong>WCAG 3</strong>.</li>
</ul>



<p>The result is simple but powerful:</p>



<p>APCA measures real readability, not just technical compliance.</p>



<h2 class="wp-block-heading">Why this is critical for Design Systems</h2>



<p>For teams building <strong>Design Systems</strong>, the impact is immediate:</p>



<h3 class="wp-block-heading">1. It redefines color tokens</h3>



<p>It is no longer enough to “pass 4.5:1.”<br>Colors must now ensure <strong>comfortable reading within real typographic contexts</strong>.</p>



<h3 class="wp-block-heading">2. It improves real product accessibility</h3>



<p>Adopting APCA means:</p>



<ul class="wp-block-list">
<li>Less hard-to-read text.</li>



<li>Better experiences in <strong>dark mode</strong>.</li>



<li>More inclusive interfaces for users with low vision.</li>
</ul>



<h3 class="wp-block-heading">3. It prepares organizations for WCAG 3</h3>



<p>APCA is not a passing trend.<br>It is the foundation of the <strong>next accessibility model</strong> coming with WCAG 3.</p>



<p>Adopting it early reduces:</p>



<ul class="wp-block-list">
<li>Technical debt</li>



<li>UI rework</li>



<li>Future compliance risk</li>
</ul>



<h2 class="wp-block-heading">WCAG 2 vs APCA in one sentence</h2>



<p><strong>WCAG 2 measures contrast.<br>APCA measures readability.</strong></p>



<p>And in user experience, that difference changes everything.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Digital accessibility is entering a new era. We are moving from static rule-checking toward designing experiences that <strong>can truly be read</strong>.</p>



<p>Adopting <strong>APCA</strong> today does not mean abandoning WCAG 2 immediately, it means:</p>



<ul class="wp-block-list">
<li>understanding its limitations</li>



<li>improving the visual quality of products</li>



<li>preparing for the standard that is coming</li>
</ul>



<p>Because in accessibility, the real goal was never to pass a test.</p>



<p>The real goal has always been <strong>that people can read</strong>.</p>
<p>The post <a href="https://www.regoremor.com/design/apca-vs-wcag-why-the-future-of-visual-accessibility-has-already-changed/">APCA vs WCAG: why the future of visual accessibility has already changed</a> appeared first on <a href="https://www.regoremor.com">Roger Romero&#039;s Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Typographic Scales in Design Systems</title>
		<link>https://www.regoremor.com/design/typographic-scales-in-design-systems/</link>
		
		<dc:creator><![CDATA[regoremor]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 01:39:50 +0000</pubDate>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Design Systems]]></category>
		<category><![CDATA[Line Height]]></category>
		<category><![CDATA[Major Second]]></category>
		<category><![CDATA[Major Third]]></category>
		<category><![CDATA[mobile applications]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[typographic scales]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">https://www.regoremor.com/?p=80</guid>

					<description><![CDATA[<p>In the world of graphic design, choosing the right typographic scale is critical to creating a consistent and engaging user experience. In this article, we will explore the most common typographic scales used in web and mobile applications and how to apply them in design systems. There are several typographic scales used in web and [&#8230;]</p>
<p>The post <a href="https://www.regoremor.com/design/typographic-scales-in-design-systems/">Typographic Scales in Design Systems</a> appeared first on <a href="https://www.regoremor.com">Roger Romero&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In the world of graphic design, choosing the right typographic scale is critical to creating a consistent and engaging user experience. In this article, we will explore the most common typographic scales used in web and mobile applications and how to apply them in design systems.</p>



<p>There are several typographic scales used in web and mobile design, and here are some of the most common ones:</p>



<figure class="wp-block-table"><table><thead><tr><th>Typographic Scale</th><th class="has-text-align-right" data-align="right">Proportion</th><th class="has-text-align-right" data-align="right">Line Height</th><th class="has-text-align-right" data-align="right">Main Use</th><th>Reason for Use</th></tr></thead><tbody><tr><td><strong>Minor Second</strong></td><td class="has-text-align-right" data-align="right">1.067 (16:15)</td><td class="has-text-align-right" data-align="right">1.2 &#8211; 1.4</td><td class="has-text-align-right" data-align="right">Mobile</td><td>Achieves a very subtle hierarchy, useful in applications with dense content.</td></tr><tr><td><strong>Major Second</strong></td><td class="has-text-align-right" data-align="right">1.125 (9:8)</td><td class="has-text-align-right" data-align="right">1.2 &#8211; 1.4</td><td class="has-text-align-right" data-align="right">Web<br>Mobile</td><td>Flexible and adaptable, easy to adjust for different screen sizes and pixel densities.</td></tr><tr><td><strong>Minor Third</strong></td><td class="has-text-align-right" data-align="right">1.200 (6:5)</td><td class="has-text-align-right" data-align="right">1.3 &#8211; 1.5</td><td class="has-text-align-right" data-align="right">Web</td><td>Provides a subtle hierarchy, ideal for smooth transitions between text sizes.</td></tr><tr><td><strong>Major Third</strong></td><td class="has-text-align-right" data-align="right">1.250 (5:4)</td><td class="has-text-align-right" data-align="right">1.3 &#8211; 1.6</td><td class="has-text-align-right" data-align="right">Web</td><td>Offers a good balance between readability and visual hierarchy. Facilitates navigation and reading.</td></tr><tr><td><strong>Perfect Fourth</strong></td><td class="has-text-align-right" data-align="right">1.333 (4:3)</td><td class="has-text-align-right" data-align="right">1.4 &#8211; 1.6</td><td class="has-text-align-right" data-align="right">Web</td><td>Creates a more pronounced hierarchy, ideal for sites with many levels of headings and subheadings.</td></tr><tr><td><strong>Augmented Fourth</strong></td><td class="has-text-align-right" data-align="right">1.414 (7:5)</td><td class="has-text-align-right" data-align="right">1.4 &#8211; 1.6</td><td class="has-text-align-right" data-align="right">Web<br>Mobile</td><td>Provides a gradual increase, useful for designs with a more distinctive visual hierarchy.</td></tr><tr><td><strong>Perfect Fifth</strong></td><td class="has-text-align-right" data-align="right">1.500 (3:2)</td><td class="has-text-align-right" data-align="right">1.4 &#8211; 1.6</td><td class="has-text-align-right" data-align="right">Web</td><td>Generates notable contrast between titles and body text, ideal for highlighting sections.</td></tr><tr><td><strong>Minor Sixth</strong></td><td class="has-text-align-right" data-align="right">1.600 (8:5)</td><td class="has-text-align-right" data-align="right">1.5 &#8211; 1.7</td><td class="has-text-align-right" data-align="right">Web</td><td>Offers greater visual contrast, useful for designs focused on aesthetics.</td></tr><tr><td><strong>Golden Ratio</strong></td><td class="has-text-align-right" data-align="right">1.618</td><td class="has-text-align-right" data-align="right">1.5 &#8211; 1.8</td><td class="has-text-align-right" data-align="right">Web (occasionally)</td><td>Based on the golden ratio, less common due to the large jumps in font size.</td></tr><tr><td><strong>Major Sixth</strong></td><td class="has-text-align-right" data-align="right">1.667 (5:3)</td><td class="has-text-align-right" data-align="right">1.5 &#8211; 1.8</td><td class="has-text-align-right" data-align="right">Web</td><td>Similar to Minor Sixth, provides strong visual contrast.</td></tr><tr><td><strong>Minor Seventh</strong></td><td class="has-text-align-right" data-align="right">1.778 (16:9)</td><td class="has-text-align-right" data-align="right">1.6 &#8211; 1.8</td><td class="has-text-align-right" data-align="right">Web</td><td>Used to create a very pronounced visual hierarchy, ideal for visually impactful designs.</td></tr><tr><td><strong>Major Seventh</strong></td><td class="has-text-align-right" data-align="right">1.875 (15:8)</td><td class="has-text-align-right" data-align="right">1.6 &#8211; 1.8</td><td class="has-text-align-right" data-align="right">Web</td><td>Produces significant separation between different levels of text.</td></tr><tr><td><strong>Octave</strong></td><td class="has-text-align-right" data-align="right">2.000 (2:1)</td><td class="has-text-align-right" data-align="right">1.6 &#8211; 1.8</td><td class="has-text-align-right" data-align="right">Web</td><td>Generates very strong contrast between headings and body text, ideal for highlighting headings.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">The Importance of Typographic Scale on the Web</h2>



<p>On the web, typographic scale is essential for guiding the user through content in a clear and coherent manner. Since the web is a visual communication medium, typographic scale helps create a visual hierarchy that makes reading and navigation easier.</p>



<h3 class="wp-block-heading">The Ideal Typographic Scale for the Web</h3>



<p>The most commonly used typographic scale on the web is the <strong>Major Third</strong> (1.250), as it provides a good balance between readability and visual hierarchy. This scale is based on the 5:4 ratio, resulting in a gradual and harmonious increase in font sizes.</p>



<h3 class="wp-block-heading">Applying Typographic Scale on the Web</h3>



<p>To apply typographic scale on the web, it&#8217;s important to consider visual hierarchy and readability. Use font sizes that scale logically and predictably, and adjust the scale as needed to accommodate different screen sizes and pixel densities.</p>



<p>The <strong>Major Third</strong> is popular on the web because:</p>



<ul class="wp-block-list">
<li><strong>It provides a good balance between readability and visual hierarchy</strong>: The <strong>Major Third</strong> allows for creating a clear and consistent visual hierarchy, making reading and navigation easier on the web.</li>



<li><strong>It is flexible and adaptable</strong>: The <strong>Major Third</strong> can be easily adjusted to fit different screen sizes and pixel densities.</li>



<li><strong>It is compatible with web design guidelines</strong>: The <strong>Major Third</strong> aligns with the web design guidelines of major platforms, such as Google&#8217;s Material Design and Apple&#8217;s Human Interface Guidelines.</li>
</ul>



<p>Here’s an example of how the <strong>Major Third</strong> would look on the web:</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="347" src="https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-1024x347.png" alt="Major Third Scale" class="wp-image-81" srcset="https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-1024x347.png 1024w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-300x102.png 300w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-768x260.png 768w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-1536x521.png 1536w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Third-2048x694.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Remember that the choice of typographic scale depends on the design and user experience you want to achieve on the web.</p>



<h2 class="wp-block-heading">The Importance of Typographic Scale in Mobile Applications</h2>



<p>In mobile applications, typographic scale is crucial for creating an intuitive and appealing user experience. Since mobile screens are smaller than web screens, the typographic scale must be carefully chosen to ensure readability and usability.</p>



<h3 class="wp-block-heading">The Ideal Typographic Scale for Mobile Applications</h3>



<p>The most commonly used typographic scale in mobile applications is the <strong>Major Second</strong> (1.125), as it provides a good balance between readability and visual hierarchy on small screens. This scale is based on the 9:8 ratio, resulting in a gradual and harmonious increase in font sizes.</p>



<h3 class="wp-block-heading">Applying Typographic Scale in Mobile Applications</h3>



<p>To apply typographic scale in mobile applications, it&#8217;s important to consider readability and usability. Use font sizes that scale logically and predictably, and adjust the scale as needed to accommodate different screen sizes and pixel densities.</p>



<p><strong>The Major Second is popular in mobile applications because:</strong></p>



<ul class="wp-block-list">
<li><strong>It provides a good balance between readability and visual hierarchy on small screens:</strong> The <strong>Major Second</strong> allows for creating a clear and consistent visual hierarchy on small screens, making reading and navigation easier in mobile applications.</li>



<li><strong>It is flexible and adaptable:</strong> The <strong>Major Second</strong> can be easily adjusted to fit different screen sizes and pixel densities.</li>



<li><strong>It is compatible with mobile design guidelines:</strong> The <strong>Major Second</strong> aligns with the mobile design guidelines of major platforms, such as Google’s Material Design and Apple’s Human Interface Guidelines.</li>
</ul>



<p>Here’s an example of how the <strong>Major Second</strong> would look in mobile applications:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="508" src="https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second-1024x508.png" alt="Major Second Scale" class="wp-image-82" srcset="https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second-1024x508.png 1024w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second-300x149.png 300w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second-768x381.png 768w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second-1536x762.png 1536w, https://www.regoremor.com/wp-content/uploads/2024/08/Major-Second.png 1678w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Remember that the choice of typographic scale depends on the design and user experience you want to achieve in the mobile application.</p>



<h2 class="wp-block-heading">The Line Height in the Typographic Scale</h2>



<p>Implementing a good line-height (or leading) for typographic scales involves balancing readability, visual hierarchy, and the overall aesthetic of your design. Here are some best practices to consider when setting line-height for different typographic scales:</p>



<h3 class="wp-block-heading">General guidelines for Line Height</h3>



<ul class="wp-block-list">
<li><strong>Body Text:</strong> The line-height for body text should typically be between 1.4 and 1.6 times the font size. This range provides enough space between lines for readability, especially for longer passages of text.</li>



<li><strong>Headings</strong>: Headings generally require less line-height compared to body text, typically around 1.2 to 1.4 times the font size. This tighter spacing helps to visually group the heading with its related content.</li>
</ul>



<h3 class="wp-block-heading">Line Height adjusted to screen size</h3>



<ul class="wp-block-list">
<li><strong>Mobile</strong>: On smaller screens, reduce the line height slightly (e.g., 1.2 &#8211; 1.4 for body text) to accommodate limited vertical space while ensuring legibility.</li>



<li><strong>Desktop</strong>: You can afford to use slightly higher line heights on larger screens (e.g., 1.4 &#8211; 1.6 for body text) to create a more open and airy feel.</li>
</ul>



<h3 class="wp-block-heading">The Line Height context matters</h3>



<ul class="wp-block-list">
<li><strong>Dense Content</strong>: For text-heavy designs, like articles or reports, opt for a larger line-height within the recommended range to avoid visual clutter.</li>



<li><strong>Minimalist Designs</strong>: In minimalist or highly visual designs, you might opt for a tighter line-height to maintain a clean and compact appearance.</li>
</ul>



<h3 class="wp-block-heading">Accessibility considerations for the Line Height</h3>



<p>Ensure that your line-height choices do not compromise accessibility. Text should be easy to read, especially for users with visual impairments. WCAG guidelines recommend a line-height of at least 1.5 times the font size for body text.</p>



<h3 class="wp-block-heading">Test and iterate the Line Height</h3>



<p>Always test your typographic settings across different devices and screen sizes. What works well on a desktop might need adjustment on a mobile device or a different browser.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Choosing the right typographic scale is crucial for creating a consistent and appealing user experience on the web and mobile applications. By understanding the most commonly used typographic scales in each medium, you can create design systems that guide the user through the content in a clear and coherent manner.</p>
<p>The post <a href="https://www.regoremor.com/design/typographic-scales-in-design-systems/">Typographic Scales in Design Systems</a> appeared first on <a href="https://www.regoremor.com">Roger Romero&#039;s Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
