Rose 400
rose-400 · #FB7185
HEX
#FB7185
RGB
rgb(251, 113, 133)
CMYK
cmyk(0%, 55%, 47%, 2%)
HSL
hsl(351, 95%, 71%)
LAB
lab(65.0, 54.4, 15.3)
What is Rose 400?
Rose 400 is the rose-400 reference in the Tailwind CSS palette. Its sRGB value is #FB7185 (rgb 251, 113, 133). It sits in the pink 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 Rose 400 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Rose 400
An 11-step tonal scale derived from Rose 400 (#FB7185). 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
#FFF4F5
#FFF4F5
100
#FEE8EB
#FEE8EB
200
#FED2D8
#FED2D8
300
#FDB8C2
#FDB8C2
400
#FC95A4
#FC95A4
500
#FB7185
#FB7185
600
#D56071
#D56071
700
#A34956
#A34956
800
#71333C
#71333C
900
#3F1C21
#3F1C21
950
#1E0E10
#1E0E10
Lighter tints (mixed with white)
15%
#FC93A0
30%
#FCADB5
45%
#FDC2C8
60%
#FDD5D9
75%
#FEE6E8
Darker shades (mixed with black)
15%
#EA697B
30%
#D65F71
45%
#C15565
60%
#A74956
75%
#873944
Color harmonies for Rose 400
Classic color-theory harmonies derived from rotating the hue of Rose 400. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#FB7185
#FB7185
#6FFBE6
#6FFBE6
Triadic
Three colors 120° apart
#FB7185
#FB7185
#84FB6F
#84FB6F
#6F84FB
#6F84FB
Analogous
Two neighbors ±30° on the wheel
#FB6FCA
#FB6FCA
#FB7185
#FB7185
#FBA06F
#FBA06F
Split-complementary
Base + two colors flanking its complement
#FB7185
#FB7185
#6FFBA0
#6FFBA0
#6FCAFB
#6FCAFB
Tetradic
Two complementary pairs
#FB7185
#FB7185
#FBE66F
#FBE66F
#6FFBE6
#6FFBE6
#6F84FB
#6F84FB
Square
Four colors evenly spaced 90° apart
#FB7185
#FB7185
#CAFB6F
#CAFB6F
#6FFBE6
#6FFBE6
#A06FFB
#A06FFB
Rose 400 in every color space
Full conversion of Rose 400 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
#FB7185
RGB
rgb(251, 113, 133)
CMYK
cmyk(0%, 55%, 47%, 2%)
HSL
hsl(351, 95%, 71%)
HSV
hsv(351, 55%, 98%)
HWB
hwb(351 44% 2%)
CIE Lab
lab(65.0 54.4 15.3)
OKLCH
oklch(71.9% 0.169 13.4)
XYZ (D65)
xyz(49.93, 34.02, 26.12)
Copy-ready code for Rose 400
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: #FB7185;
background-color: #FB7185;CSS variable
:root {
--color-rose-400: #FB7185;
}Tailwind config
// tailwind.config.js
colors: {
'rose-400': '#FB7185',
}Sass
$color-rose-400: #FB7185;Swift UIColor
UIColor(red: 0.984, green: 0.443, blue: 0.522, alpha: 1.0)Android XML
<color name="rose-400">#FB7185</color>Closest match in every color system
The nearest Rose 400 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 3015
#EA899A
Light pink
RAL 3014
#D36E70
Antique pink
RAL 4003
#DE4C8A
Heather violet
RAL 3017
#E63244
Rose
RAL 2012
#E55137
Salmon orange
RAL 3018
#D53032
Strawberry red
FAQ about Rose 400
What is the HEX code for Rose 400?
Rose 400 (rose-400) has the HEX code #FB7185. In RGB it is rgb(251, 113, 133), and in CMYK it is cmyk(0%, 55%, 47%, 2%).
What is the OKLCH value of Rose 400?
Rose 400 converts to oklch(0.719 0.169 13.4). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Rose 400 accessible for body text?
Used as a background, Rose 400 has a contrast ratio of 7.80:1 with black text and 2.69:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use black text and verify in real UI context.
What is the closest Pantone to Rose 400?
The closest Pantone reference to Rose 400 by ΔE2000 perceptual distance is Pantone 198 C (#DF4661). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.
What is the closest RAL color to Rose 400?
The closest RAL Classic reference to Rose 400 by ΔE2000 distance is RAL 3015 (Light pink, #EA899A). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Rose 400?
The complementary color (180° opposite on the HSL color wheel) of Rose 400 is #6FFBE6. 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.