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
White text on this color
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.
50
#FAF0EC
#FAF0EC
100
#F5E1D8
#F5E1D8
200
#EBC2B1
#EBC2B1
300
#E1A086
#E1A086
400
#D17149
#D17149
500
#C2410C
#C2410C
600
#A5370A
#A5370A
700
#7E2A08
#7E2A08
800
#571D05
#571D05
900
#311003
#311003
950
#170801
#170801
Lighter tints (mixed with white)
15%
#CD7A6D
30%
#D79D95
45%
#E0B8B3
60%
#E9CFCC
75%
#F2E2E1
Darker shades (mixed with black)
15%
#B43C0A
30%
#A53608
45%
#943007
60%
#802805
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
#C2410C
#C2410C
#0C8DC0
#0C8DC0
Triadic
Three colors 120° apart
#C2410C
#C2410C
#0CC03F
#0CC03F
#3F0CC0
#3F0CC0
Analogous
Two neighbors ±30° on the wheel
#C00C33
#C00C33
#C2410C
#C2410C
#C0990C
#C0990C
Split-complementary
Base + two colors flanking its complement
#C2410C
#C2410C
#0CC099
#0CC099
#0C33C0
#0C33C0
Tetradic
Two complementary pairs
#C2410C
#C2410C
#8DC00C
#8DC00C
#0C8DC0
#0C8DC0
#3F0CC0
#3F0CC0
Square
Four colors evenly spaced 90° apart
#C2410C
#C2410C
#33C00C
#33C00C
#0C8DC0
#0C8DC0
#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.
Closest Pantone matches
Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.
Closest RAL Classic matches
Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.
RAL 2001
#C93C20
Red orange
RAL 2010
#D84B20
Signal orange
RAL 3020
#CC0605
Traffic red
RAL 3022
#D95030
Salmon pink
RAL 2002
#CB2821
Vermilion
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 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.