Rose
#F72270
PinkColor Codes
All color formats for development
HEX
#F72270RGB
rgb(247, 34, 112)HSL
hsl(338, 93%, 55%)OKLCH
oklch(0.636 0.24 7.6)CMYK
cmyk(0%, 86%, 55%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4095F
2#D90854
3#BD074A
4#A2063F
5#870535
6#6C042A
7#510320
8#360215
9#1B010B
Tints
Lighter variations
1#F8387E
2#F94E8C
3#F9649B
4#FA7AA9
5#FB90B7
6#FCA6C6
7#FDBDD4
8#FDD3E2
9#FEE9F1
Tones
Muted variations
1#EC2C73
2#E23775
3#D74278
4#CC4C7B
5#C2577E
6#B76281
7#AC6C84
8#A27787
9#978289
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB6 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95390 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72270 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90854 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0430 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F5;
--rose-100: #FEDDE9;
--rose-200: #FDBFD6;
--rose-300: #FB8EB6;
--rose-400: #F95390;
--rose-500: #F72270;
--rose-600: #D90854;
--rose-700: #AC0643;
--rose-800: #7B0430;
--rose-900: #4F031F;
--rose-950: #310213;
}