Rose 300
rose-300 · #FDA4AF
HEX
#FDA4AF
RGB
rgb(253, 164, 175)
CMYK
cmyk(0%, 35%, 31%, 1%)
HSL
hsl(353, 96%, 82%)
LAB
lab(76.4, 34.3, 8.1)
What is Rose 300?
Rose 300 is the rose-300 reference in the Tailwind CSS palette. Its sRGB value is #FDA4AF (rgb 253, 164, 175). 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 300 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Rose 300
An 11-step tonal scale derived from Rose 300 (#FDA4AF). 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
#FFF8F9
#FFF8F9
100
#FFF0F2
#FFF0F2
200
#FEE2E5
#FEE2E5
300
#FED2D7
#FED2D7
400
#FEBBC3
#FEBBC3
500
#FDA4AF
#FDA4AF
600
#D78B95
#D78B95
700
#A46B72
#A46B72
800
#724A4F
#724A4F
900
#3F292C
#3F292C
950
#1E1415
#1E1415
Lighter tints (mixed with white)
15%
#FDB6BE
30%
#FEC5CB
45%
#FED3D8
60%
#FEE0E3
75%
#FFECEE
Darker shades (mixed with black)
15%
#EC98A3
30%
#D88B95
45%
#C27D85
60%
#A86C73
75%
#88565C
Color harmonies for Rose 300
Classic color-theory harmonies derived from rotating the hue of Rose 300. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#FDA4AF
#FDA4AF
#A5FDF3
#A5FDF3
Triadic
Three colors 120° apart
#FDA4AF
#FDA4AF
#AFFDA5
#AFFDA5
#A5AFFD
#A5AFFD
Analogous
Two neighbors ±30° on the wheel
#FDA5DB
#FDA5DB
#FDA4AF
#FDA4AF
#FDC7A5
#FDC7A5
Split-complementary
Base + two colors flanking its complement
#FDA4AF
#FDA4AF
#A5FDC7
#A5FDC7
#A5DBFD
#A5DBFD
Tetradic
Two complementary pairs
#FDA4AF
#FDA4AF
#FDF3A5
#FDF3A5
#A5FDF3
#A5FDF3
#A5AFFD
#A5AFFD
Square
Four colors evenly spaced 90° apart
#FDA4AF
#FDA4AF
#DBFDA5
#DBFDA5
#A5FDF3
#A5FDF3
#C7A5FD
#C7A5FD
Rose 300 in every color space
Full conversion of Rose 300 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
#FDA4AF
RGB
rgb(253, 164, 175)
CMYK
cmyk(0%, 35%, 31%, 1%)
HSL
hsl(353, 96%, 82%)
HSV
hsv(353, 35%, 99%)
HWB
hwb(353 64% 1%)
CIE Lab
lab(76.4 34.3 8.1)
OKLCH
oklch(81.0% 0.106 11.6)
XYZ (D65)
xyz(61.52, 50.53, 47.06)
Copy-ready code for Rose 300
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: #FDA4AF;
background-color: #FDA4AF;CSS variable
:root {
--color-rose-300: #FDA4AF;
}Tailwind config
// tailwind.config.js
colors: {
'rose-300': '#FDA4AF',
}Sass
$color-rose-300: #FDA4AF;Swift UIColor
UIColor(red: 0.992, green: 0.643, blue: 0.686, alpha: 1.0)Android XML
<color name="rose-300">#FDA4AF</color>Closest match in every color system
The nearest Rose 300 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 4009
#A18594
Pastel violet
RAL 3012
#C1876B
Beige red
RAL 4003
#DE4C8A
Heather violet
RAL 7004
#9EA0A1
Signal grey
FAQ about Rose 300
What is the HEX code for Rose 300?
Rose 300 (rose-300) has the HEX code #FDA4AF. In RGB it is rgb(253, 164, 175), and in CMYK it is cmyk(0%, 35%, 31%, 1%).
What is the OKLCH value of Rose 300?
Rose 300 converts to oklch(0.810 0.106 11.6). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Rose 300 accessible for body text?
Used as a background, Rose 300 has a contrast ratio of 11.11:1 with black text and 1.89: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 300?
The closest Pantone reference to Rose 300 by ΔE2000 perceptual distance is Pantone 197 C (#E89CAE). 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 300?
The closest RAL Classic reference to Rose 300 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 300?
The complementary color (180° opposite on the HSL color wheel) of Rose 300 is #A5FDF3. 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.