Skip to content
PantoneTools
orange
Tailwind CSS palette

Orange 700

orange-700 · #C2410C

HEX

#C2410C

RGB

rgb(194, 65, 12)

CMYK

cmyk(0%, 66%, 94%, 24%)

HSL

hsl(17, 88%, 40%)

LAB

lab(46.0, 49.6, 54.0)

What is Orange 700?

Orange 700 is the orange-700 reference in the Tailwind CSS palette. Its sRGB value is #C2410C (rgb 194, 65, 12). It sits in the orange family. The default color palette shipped with Tailwind CSS v3 by Tailwind Labs. 22 color families across 11 lightness steps (50 to 950). See disclaimer for accuracy and trademark notes.

Accessibility

WCAG 2.1 contrast checks for Orange 700 as a background.

Black text on this color

Sample text · 4.06 : 1
AA Normal
AA Large
AAA Normal
AAA Large

White text on this color

Sample text · 5.18 : 1
AA Normal
AA Large
AAA Normal
AAA Large

Shades, tints & tonal scale of Orange 700

An 11-step tonal scale derived from Orange 700 (#C2410C). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.

Copied #FAF0EC

50

#FAF0EC

#FAF0EC

Copied #F5E1D8

100

#F5E1D8

#F5E1D8

Copied #EBC2B1

200

#EBC2B1

#EBC2B1

Copied #E1A086

300

#E1A086

#E1A086

Copied #D17149

400

#D17149

#D17149

Copied #C2410C

500

#C2410C

#C2410C

Copied #A5370A

600

#A5370A

#A5370A

Copied #7E2A08

700

#7E2A08

#7E2A08

Copied #571D05

800

#571D05

#571D05

Copied #311003

900

#311003

#311003

Copied #170801

950

#170801

#170801

Lighter tints (mixed with white)

Copied #CD7A6D

15%

#CD7A6D

Copied #D79D95

30%

#D79D95

Copied #E0B8B3

45%

#E0B8B3

Copied #E9CFCC

60%

#E9CFCC

Copied #F2E2E1

75%

#F2E2E1

Darker shades (mixed with black)

Copied #B43C0A

15%

#B43C0A

Copied #A53608

30%

#A53608

Copied #943007

45%

#943007

Copied #802805

60%

#802805

Copied #671E03

75%

#671E03

Color harmonies for Orange 700

Classic color-theory harmonies derived from rotating the hue of Orange 700. Use these to build accent palettes, brand systems, and accessible UI color pairings.

Complementary

180° opposite — strongest contrast

Copied #C2410C

#C2410C

#C2410C

Copied #0C8DC0

#0C8DC0

#0C8DC0

Triadic

Three colors 120° apart

Copied #C2410C

#C2410C

#C2410C

Copied #0CC03F

#0CC03F

#0CC03F

Copied #3F0CC0

#3F0CC0

#3F0CC0

Analogous

Two neighbors ±30° on the wheel

Copied #C00C33

#C00C33

#C00C33

Copied #C2410C

#C2410C

#C2410C

Copied #C0990C

#C0990C

#C0990C

Split-complementary

Base + two colors flanking its complement

Copied #C2410C

#C2410C

#C2410C

Copied #0CC099

#0CC099

#0CC099

Copied #0C33C0

#0C33C0

#0C33C0

Tetradic

Two complementary pairs

Copied #C2410C

#C2410C

#C2410C

Copied #8DC00C

#8DC00C

#8DC00C

Copied #0C8DC0

#0C8DC0

#0C8DC0

Copied #3F0CC0

#3F0CC0

#3F0CC0

Square

Four colors evenly spaced 90° apart

Copied #C2410C

#C2410C

#C2410C

Copied #33C00C

#33C00C

#33C00C

Copied #0C8DC0

#0C8DC0

#0C8DC0

Copied #990CC0

#990CC0

#990CC0

Orange 700 in every color space

Full conversion of Orange 700 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.

HEX

#C2410C

RGB

rgb(194, 65, 12)

CMYK

cmyk(0%, 66%, 94%, 24%)

HSL

hsl(17, 88%, 40%)

HSV

hsv(17, 94%, 76%)

HWB

hwb(17 5% 24%)

CIE Lab

lab(46.0 49.6 54.0)

OKLCH

oklch(55.3% 0.174 38.4)

XYZ (D65)

xyz(24.21, 15.28, 2.02)

Copy-ready code for Orange 700

Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.

CSS

color: #C2410C;
background-color: #C2410C;

CSS variable

:root {
  --color-orange-700: #C2410C;
}

Tailwind config

// tailwind.config.js
colors: {
  'orange-700': '#C2410C',
}

Sass

$color-orange-700: #C2410C;

Swift UIColor

UIColor(red: 0.761, green: 0.255, blue: 0.047, alpha: 1.0)

Android XML

<color name="orange-700">#C2410C</color>

Closest match in every color system

The nearest Orange 700 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.

Closest in Tailwind CSS palette

Top 6 ΔE2000-closest entries within the same collection.

Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.

Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.

Copied #C93C20

RAL 2001

#C93C20

Red orange

Copied #D84B20

RAL 2010

#D84B20

Signal orange

Copied #CC0605

RAL 3020

#CC0605

Traffic red

Copied #D95030

RAL 3022

#D95030

Salmon pink

Copied #CB2821

RAL 2002

#CB2821

Vermilion

Copied #AF2B1E

RAL 3000

#AF2B1E

Flame red

FAQ about Orange 700

What is the HEX code for Orange 700?

Orange 700 (orange-700) has the HEX code #C2410C. In RGB it is rgb(194, 65, 12), and in CMYK it is cmyk(0%, 66%, 94%, 24%).

What is the OKLCH value of Orange 700?

Orange 700 converts to oklch(0.553 0.174 38.4). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.

Is Orange 700 accessible for body text?

Used as a background, Orange 700 has a contrast ratio of 4.06:1 with black text and 5.18:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use white text and verify in real UI context.

What is the closest Pantone to Orange 700?

The closest Pantone reference to Orange 700 by ΔE2000 perceptual distance is Pantone 1525 C (#B94700). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.

What is the closest RAL color to Orange 700?

The closest RAL Classic reference to Orange 700 by ΔE2000 distance is RAL 2001 (Red orange, #C93C20). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.

What is the complementary color of Orange 700?

The complementary color (180° opposite on the HSL color wheel) of Orange 700 is #0C8DC0. Use it for high-contrast accents, error states, or call-to-action pairings.

Data provenance & source

Tailwind CSS default palette (v3)

The default color palette shipped with Tailwind CSS v3 by Tailwind Labs Inc. Use as a reference for design tokens, web color systems, and Tailwind-based design conversations. Names like 'blue-500' are the project's own naming convention.

Source type
derived
Confidence
high
License
MIT
Last reviewed
2026-05-24

Workflow tags

tailwind
design-token
web-system
orange

Tailwind palette values are designed for digital interfaces under sRGB. For print, convert to a process-appropriate value and proof against the substrate; do not rely on sRGB CMYK conversion for color-critical print work.

Tailwind CSS palette · Orange 700 — #C2410C | PantoneTools