Rose
#F72265
PinkColor Codes
All color formats for development
HEX
#F72265RGB
rgb(247, 34, 101)HSL
hsl(341, 93%, 55%)OKLCH
oklch(0.633 0.239 11.2)CMYK
cmyk(0%, 86%, 59%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F40953
2#D9084A
3#BD0741
4#A20637
5#87052E
6#6C0425
7#51031C
8#360212
9#1B0109
Tints
Lighter variations
1#F83875
2#F94E84
3#F96493
4#FA7AA3
5#FB90B2
6#FCA6C1
7#FDBDD1
8#FDD3E0
9#FEE9F0
Tones
Muted variations
1#EC2C69
2#E2376D
3#D74271
4#CC4C75
5#C25779
6#B7627D
7#AC6C81
8#A27784
9#978288
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB0 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95387 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72265 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9084A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC063B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B042A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F031B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310211 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F5;
--rose-100: #FEDDE7;
--rose-200: #FDBFD3;
--rose-300: #FB8EB0;
--rose-400: #F95387;
--rose-500: #F72265;
--rose-600: #D9084A;
--rose-700: #AC063B;
--rose-800: #7B042A;
--rose-900: #4F031B;
--rose-950: #310211;
}