타이포그래피 기초

타이포그래피 컬러: 균일한 텍스트 질감 만들기

업데이트됨 8월 20, 2026
타이포그래피 컬러는 실제 색상이 아니라 페이지 위 텍스트의 시각적 밀도를 뜻합니다. 완벽하게 균일하고 편안한 질감을 만드는 방법을 배웁니다.

Typographic Color: Achieving Even Text Texture

When typographers talk about "color," they are not talking about hues, tints, or brand palettes. They are talking about something subtler and more fundamental: the overall density, darkness, and texture of a block of text when viewed as a unified visual field.

This concept is one of the most important — and least discussed — ideas in professional typography. It explains why some pages of text feel comfortable and inviting to read, while others feel choppy, spiky, or exhausting, even when the individual font choices seem reasonable. Typographic color is what separates type that has been placed from type that has been set.


What Is Typographic Color?

In a paragraph of text, each black glyph contributes a certain amount of darkness to the overall visual impression of that paragraph. When you step back from a page — or squint your eyes so you cannot read individual words — the text block resolves into a gray texture. That texture has a specific density (how dark the overall mass is) and a specific evenness (how uniformly the darkness is distributed).

Good typographic color means the text block appears as a consistent, even gray mass — no light patches (where large spaces accumulate), no dark spots (where letter spacing collapses or bold characters create islands of heaviness), no visible rhythmic striping or banding across the lines. The eye, reading at distance, sees a calm gray rectangle.

Poor typographic color means the text block is visually restless. Rivers of white space wind vertically through justified text. Lines alternate between dark and light because of inconsistent word spacing. Certain letter combinations create dark clusters while others create light openings. The overall texture is uneven, and the eye — even at reading distance — registers this as visual noise that competes with comprehension.


Factors That Affect Text Texture

Typographic color is not determined by any single design decision. It emerges from the interaction of multiple variables, all of which need to be calibrated together.

Font Weight

The most direct contributor to typographic color is font weight. A lighter-weight typeface produces a lighter gray texture. A bolder typeface produces a darker one. For body text, Regular (400 weight) is conventional, but some fonts offer a Medium (500) weight that produces a slightly denser, richer color particularly well-suited to on-screen reading.

Weight consistency within a passage is critical. If you intersperse inline bold (700 weight) within regular-weight body text, the bold words create dark islands that disrupt the even texture. This is intentional when bold is used for genuine emphasis — but when bold is overused or used for decorative purposes, it shreds the typographic color into patches.

Letter Spacing and Tracking

Negative tracking (reducing letter spacing below the font's default) darkens text by pressing letters closer together, increasing the density of black shapes per unit area. Positive tracking lightens text by creating more white space between characters.

Incorrect tracking is a common source of texture problems. Tracking that is slightly too tight makes certain letter combinations feel dense and heavy. Tracking that is slightly too open makes text feel airy and disconnected. The default tracking for most well-designed text fonts is correct for most contexts — changes should be deliberate and small.

The interaction of tracking with specific letter combinations also matters. Certain pairs naturally create more open or closed spaces than others. This is exactly what kerning pairs in the font file address — they adjust the spacing for problematic combinations so the overall texture remains even. A font with poor or sparse kerning tables will have uneven texture at the character pair level that shows up as visual noise in running text.

Word Spacing and Justification

Word spacing has an enormous effect on typographic color, and it becomes especially visible in justified text. In justified alignment, word spacing is expanded or contracted to fill each line to the column width. When the column is narrow or the words are long, this expansion can be dramatic — creating large white gaps between words that form the infamous "rivers" of white space that flow vertically through text columns.

/* Justified text needs hyphenation to minimize word spacing variance */
.justified-article {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;   /* Min word length, before, after */
  word-spacing: -0.01em;          /* Slight reduction can help */
}

Even with hyphenation enabled, narrow columns with justified text will have visible word spacing variation. This is one reason why many typography-conscious designers prefer left-aligned (ragged right) text for body content — ragged alignment allows consistent word spacing while accepting some variation in line length, which is a better tradeoff for texture than the reverse.

Line Height

Line height affects texture by controlling how much white space exists between lines relative to the density of the glyphs. Too little line height creates a dark, dense texture — the ascenders and descenders of adjacent lines nearly touch, and the accumulated blackness becomes heavy. Too much line height lightens the texture dramatically — the text block becomes a sparse field of lines separated by wide rivers of white.

For most body text fonts, the sweet spot is 1.5–1.7 line height. At these values, the inter-line white space balances with the glyph blackness to create a texture that feels appropriately substantial without heaviness.

Font Design Quality

Perhaps the most fundamental determinant of typographic color is the quality of the font's design itself. A well-designed text font has carefully calibrated stroke widths, consistent whitespace in its counters, balanced proportions between strokes and spaces, and consistent weight distribution across the full character set.

Inconsistent font design shows up as uneven texture — certain letters (or certain combinations) appearing heavier or lighter than their neighbors. In a poorly designed font, letters like "m" and "w" (multiple strokes) can appear heavy relative to letters like "a" and "n" (fewer strokes). In a well-designed font, the type designer has accounted for this perceptual effect and adjusted stroke weights and counter sizes throughout the character set to produce even texture.

This is one practical reason why professional fonts from established foundries tend to produce better typographic color than free fonts or quickly-designed display fonts used as body text. The investment in font design quality shows most clearly in extended text settings.


Testing Typographic Color: The Squint Test

The most reliable way to evaluate typographic color requires no tools — just your eyes and a simple technique.

Set a paragraph or two of text in your chosen font at your intended body text settings. Step back from your screen. Squint until the text is slightly blurry and you cannot read individual words. What you see is the typographic color of your text.

You are looking for:

Evenness: Does the gray appear consistently distributed? Or are there obvious light and dark patches?

Rivers: In justified text, do you see vertical channels of white space snaking through the paragraph?

Striping: Do alternating lines appear lighter or darker than each other? (This can happen when line height is very tight and certain characters with ascenders or descenders appear on alternating lines.)

Isolated weights: Does any specific word or character cluster appear noticeably heavier or lighter than its surroundings?

Global density: Is the overall tone of the gray appropriate for the reading context? Very dark texture (heavy font, tight spacing) may work for a limited text block but will feel oppressive in long articles. Very light texture may feel elegant but can reduce legibility at small sizes.

A second technique is to render the text in grayscale and take a screenshot, then zoom out or blur it in an image editor. This removes your ability to read the text entirely and forces pure visual evaluation of the texture.


Common Problems and How to Fix Them

Uneven Word Spacing (Justified Text)

Problem: White rivers run vertically through justified paragraphs.

Solution: Add hyphenation, increase column width, or switch to left-aligned text.

/* Fix: Add hyphenation to justified text */
.column-text {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

If rivers persist despite hyphenation, the column is likely too narrow for the font size. Either increase the column width or reduce the font size to create more words per line (and thus more opportunities for word spacing balance).

Heavy Inline Emphasis Disrupting Texture

Problem: Bold text within a paragraph creates dark islands that break the gray texture.

Solution: Use medium weight (500) instead of bold (700) for inline emphasis, or use italic rather than bold as the primary emphasis style.

/* Subtler emphasis that disrupts texture less */
strong, b {
  font-weight: 600;  /* Semibold instead of full bold */
}

em, i {
  font-style: italic;  /* Italic creates less weight change than bold */
}

Tight Tracking Making Text Too Dark

Problem: Reduced letter spacing creates a heavy, dense texture.

Solution: Return letter spacing to zero (the font's default) or add a small positive value.

/* Body text — let the font's built-in spacing work */
p {
  letter-spacing: 0;  /* Default, explicit */
}

Inconsistent Texture Across Font Weights in a System

Problem: When your typographic system includes multiple weights (heading bold, body regular, caption light), the visual color contrast between sections feels jarring.

Solution: Evaluate each level of the system together. The transition from heading to body and from body to caption should feel gradual and intentional. Increase line height after heavy headings to give visual breathing room before the lighter body text begins.


Typographic Color Across Different Fonts

Different fonts produce different characteristic typographic colors at the same nominal weight and size, and understanding these differences helps with font selection.

Inter produces a relatively dark, dense color at Regular weight compared to many other fonts. Its high x-height and strong strokes create substantial glyph mass per line. At body text sizes, it benefits from slightly more generous line height (1.6–1.7) to prevent the texture from feeling heavy.

EB Garamond produces a significantly lighter color than Inter at equivalent settings. Its lower x-height, finer strokes, and more generous counter spaces create a more delicate texture. This lighter color is appropriate for the literary and editorial contexts where it is typically used, but it means Garamond may need a heavier weight or larger size to achieve the same legibility in high-noise environments.

Lora strikes a middle ground — robust enough for screen reading with a comfortable, moderate color that works across a wide range of content types. It is one of the most naturally even serifs available at web body text sizes.

Merriweather produces a notably dark, dense color. It was designed explicitly to be heavy enough to read well at small sizes on screen, which means at larger sizes its texture can feel heavy. It is an excellent choice for high-information contexts but benefits from generous line height to let the texture breathe.

Typographic color is the quality that distinguishes text that was carefully composed from text that was merely placed. It is invisible to most readers — they simply feel comfortable or uncomfortable without knowing why — but it is entirely visible to trained eyes. The squint test, practiced regularly, will develop your sensitivity to it quickly and improve every typographic decision you make.

타이포그래피 용어

도구 사용해 보기

언급된 폰트

Roboto Sans Serif #1

Christian Robertson이 Google의 Material Design 생태계를 위해 디자인한 이 네오그로테스크 산세리프는 웹과 Android에서 가장 널리 사용되는 서체입니다. 이중적 성격의 디자인은 기계적 정밀함과 자연스러운 읽기 리듬 사이에서 균형을 이루어 UI 레이블과 긴 본문 텍스트 모두에 잘 어울립니다. 가변 폰트는 너비와 웨이트 축을 지원하며 키릴, 그리스, 확장 라틴 문자도 함께 지원합니다.

The quick brown fox jumps over the lazy dog
Inter Sans Serif #4

Rasmus Andersson은 컴퓨터 화면을 위해 특별히 이 네오그로테스크를 여러 해에 걸쳐 다듬었으며, 디지털 디스플레이의 작은 크기에서도 높은 가독성을 확보하기 위해 자간과 x-height, 획 대비를 최적화했습니다. 광학 크기 축(opsz)은 캡션과 헤드라인에 맞춰 디자인을 자동으로 조정하며, 웨이트 축은 얇은 것부터 가장 굵은 것까지 전체 범위를 아우릅니다. 전 세계 대시보드, 문서 사이트, 개발자 도구에서 사실상의 표준 선택지가 되었습니다.

The quick brown fox jumps over the lazy dog
Lora Serif #29

Lora는 캘리그래피 전통에 뿌리를 둔, 균형 잡힌 현대적 세리프로 적당한 대비와 유려한 곡선이 뚜렷한 문학적 성격을 부여합니다. Cyreal이 화면에서의 읽기 편안함을 위해 특별히 디자인했으며, 가변 웨이트 축과 키릴, 베트남어, 수학, 기호 지원 덕분에 영어 산문을 넘어선 유용성을 갖췄습니다. 우아한 블로그 레이아웃과 따뜻함과 신뢰성이 중요한 학술 조판 모두에서 동등하게 잘 어울립니다.

The quick brown fox jumps over the lazy dog
EB Garamond Serif #72

EB Garamond는 서구 인쇄 역사에서 가장 영향력 있는 서체 디자이너 중 한 명인 Claude Garamond의 16세기 활자를 Georg Duffner가 오픈소스로 부활시킨 서체로, Conrad Berner가 1592년에 인쇄한 견본을 면밀히 기반으로 합니다. 가변 웨이트 축은 레귤러부터 볼드까지 이어지며, 라틴, 키릴, 그리스, 베트남어까지 아우르는 폭넓은 문자 지원 덕분에 르네상스 휴머니스트 전통에 깊이 뿌리내린 서체치고는 이례적으로 다재다능합니다. 타이포그래피 유산을 소중히 여기는 도서 디자인, 학술 출판, 에디토리얼 맥락에 학구적인 우아함과 역사적 권위를 더합니다.

The quick brown fox jumps over the lazy dog

관련 글