Skip to content

Tailwind CSS v4 default palette

Tailwind teal-200: #96F7E4

In Tailwind CSS v4, teal-200 is defined as --color-teal-200: oklch(91% 0.096 180.426), which is #96F7E4 in hex and rgb(150, 247, 228): a very light, moderately saturated cyan. In Tailwind v3, teal-200 was #99F6E4.

teal-200#96F7E4

In OKLCH, teal-200 has a lightness of 91.0%, chroma 0.096 and hue 180.4°.

The value fits inside sRGB, so the hex #96F7E4 represents it without loss on any screen.

In v3, teal-200 was #99F6E4. The v4 value is ΔE OK 0.3 away, below the point where most people can tell them apart.

Tailwind teal is a blue-green between emerald and cyan, often used as a calm brand accent.

Color codes for teal-200

Color codes for teal-200
Tailwind v4 token--color-teal-200
OKLCH (source value)oklch(91% 0.096 180.426)
HEX#96F7E4
RGBrgb(150, 247, 228)
HSLhsl(168, 86%, 78%)
HWBhwb(168 59% 3%)
CMYK (naive, no ICC profile)cmyk(39%, 0%, 8%, 3%)
Decimal9,893,860
Tailwind v3 hex#99F6E4
Utility classesbg-teal-200, text-teal-200, border-teal-200

Tailwind teal scale

Contrast and accessibility

On teal-200, black text has a contrast ratio of 16.72:1 and passes AAA at any text size; white text reaches 1.25:1.

WCAG 2.2 contrast ratios (success criteria 1.4.3 and 1.4.6: AA needs 4.5:1 for normal text and 3:1 for large text, AAA needs 7:1 and 4.5:1). APCA Lc is the lightness contrast from the APCA-W3 0.0.98G model proposed for WCAG 3; a higher absolute value is more readable, and Lc 75 is its suggested minimum for body text.

Contrast and accessibility
PairRatioAAAA largeAAAAAA largeAPCA Lc
Black text on teal-20016.72:1PassPassPassPass91.0
White text on teal-2001.25:1FailFailFailFail−14.5
Teal-200 text on white1.25:1FailFailFailFail12.6
Teal-200 text on black16.72:1PassPassPassPass−91.4

Tints and shades

Each step mixes var(--color-teal-200) with white (tints) or black (shades) in gamma-encoded sRGB, the same result as color-mix(in srgb, var(--color-teal-200), white 25%) in CSS.

Tints (mixed with white)

  1. 5%
    #9bf7e5
  2. 15%
    #a6f8e8
  3. 25%
    #b0f9eb
  4. 35%
    #bbfaed
  5. 45%
    #c5fbf0
  6. 55%
    #d0fbf3
  7. 65%
    #dafcf6
  8. 75%
    #e5fdf8
  9. 85%
    #effefb
  10. 95%
    #fafffe

Shades (mixed with black)

  1. 5%
    #8febd9
  2. 15%
    #80d2c2
  3. 25%
    #71b9ab
  4. 35%
    #62a194
  5. 45%
    #53887d
  6. 55%
    #446f67
  7. 65%
    #355650
  8. 75%
    #263e39
  9. 85%
    #172522
  10. 95%
    #080c0b

Color harmonies

Rotating the hue in OKLCH while keeping lightness and chroma, teal-200's complementary color is #FFCDDF (close to pink), its analogous colors are #B3F4C0 and #90F3FF, and its triadic partners are #E9D6FF and #FFD5A7. For text on top, black gives the higher contrast.

Color harmonies
HarmonyRotationColor
Complementary+180°#ffcddf
Analogous−30°, +30°#b3f4c0#90f3ff
Triadic+120°, +240°#e9d6ff#ffd5a7
Split-complementary+150°, +210°#ffcbff#ffd1c6

Computed in OKLCH: the hue is rotated by 180° (complementary), ±30° (analogous), ±120° (triadic) and 180° ±30° (split-complementary) while lightness and chroma stay fixed. Results that fall outside sRGB are brought back with the CSS Color 4 gamut mapping algorithm. Because this uses OKLCH, the values differ from tools that rotate hue in HSL, but every color keeps the same perceived lightness.

Warm or cool?

Tailwind teal-200 is a cool color: its hue is 168° on the HSL wheel, in the green, blue and violet range that is conventionally called cool.

Nearest named and Tailwind colors

Distance is ΔE OK, the Euclidean distance in OKLab multiplied by 100. Values under about 2 are hard to tell apart side by side.

Nearest CSS named colors

Nearest CSS named colors
ColorHEXΔE OK
paleturquoise#afeeee3.9
aquamarine#7fffd44.1
powderblue#b0e0e66.5

Nearest Tailwind v4 colors

Nearest Tailwind v4 colors
ColorHEXΔE OK
emerald-200#a4f4cf2.7
cyan-200#a2f4fd4.1
green-200#b9f8cf4.3

Code snippets

Tailwind CSS
<div class="bg-teal-200 text-black">...</div>
<p class="text-teal-200 border-teal-200">...</p>
CSS
.element {
  color: var(--color-teal-200);
  background-color: oklch(91% 0.096 180.426);
  border-color: #96f7e4;
  outline-color: rgb(150 247 228);
}
SwiftUI
import SwiftUI

extension Color {
  static let teal200 = Color(red: 0.588, green: 0.969, blue: 0.894)
}
Jetpack Compose
import androidx.compose.ui.graphics.Color

val Teal200 = Color(0xFF96F7E4)
Flutter
import 'package:flutter/material.dart';

const teal200 = Color(0xFF96F7E4);
Android XML
<!-- res/values/colors.xml -->
<color name="teal_200">#96F7E4</color>

Frequently asked questions

What is the hex code for Tailwind teal-200?
In Tailwind CSS v4, teal-200 is oklch(91% 0.096 180.426), which converts to #96F7E4 (rgb(150, 247, 228)) in sRGB. In Tailwind v3 the same name was #99F6E4.
What is the difference between teal-200 in Tailwind v3 and v4?
v3 used the hex #99F6E4; v4 redefined the palette in OKLCH as oklch(91% 0.096 180.426). In v3, teal-200 was #99F6E4. The v4 value is ΔE OK 0.3 away, below the point where most people can tell them apart.
How do I use teal-200 in plain CSS?
Tailwind v4 defines every palette color as a theme variable, so in CSS you write var(--color-teal-200). By default Tailwind only emits the variables your project uses; @theme static emits all of them.
Can you use white text on teal-200?
White text on teal-200 has a contrast ratio of 1.25:1, which fails AA even for large text under WCAG 2.2. Black text reaches 16.72:1 and passes both AA and AAA. In APCA terms that is Lc −14.5 for white and Lc 91.0 for black.
Which CSS named color is closest to teal-200?
The closest is paleturquoise (#AFEEEE) at ΔE OK 3.9, followed by aquamarine and powderblue.

Last reviewed by Arielton Oberek.